コード例 #1
0
 public NktModule GetByAddress(IntPtr Addr, eNktSearchMode searchMode)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: CustomModulesEnum.cs プロジェクト: subTee/Deviare2
 public NktModule GetByAddress(IntPtr Addr, eNktSearchMode searchMode)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public NktExportedFunction FunctionByAddress(IntPtr Addr, eNktSearchMode searchMode)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: CustomModulesEnum.cs プロジェクト: subTee/Deviare2
 public NktExportedFunction FunctionByAddress(IntPtr Addr, eNktSearchMode searchMode)
 {
     throw new NotImplementedException();
 }