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