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