예제 #1
0
 int IDebugProcess2.GetPort(out IDebugPort2 ppPort)
 {
     return(NativeProc.GetPort(out ppPort));
 }
예제 #2
0
파일: SRUProc.cs 프로젝트: ikeji/SRU2
 public SRUNativeProc(NativeProc proc)
 {
     this["class"] = Library.Proc;
     this["field_missing"] = Library.FieldMissing;
     this.proc = proc;
 }