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