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