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