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