Inheritance: IDisposable
Ejemplo n.º 1
0
 private static void* __CopyValue(Breakpoint.Internal native)
 {
     var ret = Marshal.AllocHGlobal(8);
     LLDB.Breakpoint.Internal.cctor_1(ret, new global::System.IntPtr(&native));
     return ret.ToPointer();
 }
Ejemplo n.º 2
0
 private Breakpoint(Breakpoint.Internal native, bool skipVTables = false)
     : this(__CopyValue(native), skipVTables)
 {
     __ownsNativeInstance = true;
     NativeToManagedMap[__Instance] = this;
 }
Ejemplo n.º 3
0
 public static Breakpoint __CreateInstance(Breakpoint.Internal native, bool skipVTables = false)
 {
     return new Breakpoint(native, skipVTables);
 }