Наследование: IDisposable
Пример #1
0
 private static void* __CopyValue(Queue.Internal native)
 {
     var ret = Marshal.AllocHGlobal(8);
     LLDB.Queue.Internal.cctor_2(ret, new global::System.IntPtr(&native));
     return ret.ToPointer();
 }
Пример #2
0
 private Queue(Queue.Internal native, bool skipVTables = false)
     : this(__CopyValue(native), skipVTables)
 {
     __ownsNativeInstance = true;
     NativeToManagedMap[__Instance] = this;
 }
Пример #3
0
 public static Queue __CreateInstance(Queue.Internal native, bool skipVTables = false)
 {
     return new Queue(native, skipVTables);
 }