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