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