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