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