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