예제 #1
0
 public ModuleILCodeBreakpoint(DnModule module, CorFunctionBreakpoint funcBp)
 {
     this.module = module;
     this.funcBp = funcBp;
 }
예제 #2
0
 public bool Equals(CorFunctionBreakpoint other) => !ReferenceEquals(other, null) && RawObject == other.RawObject;
예제 #3
0
 public ModuleCodeBreakpoint(DnModule module, CorFunctionBreakpoint funcBp)
 {
     Module             = module;
     FunctionBreakpoint = funcBp;
 }