public object MarshalNativeToManaged(System.IntPtr nativeData) { return(LockdownPairRecordHandle.DangerousCreate(nativeData, false)); }
/// <summary> /// Creates a new <see cref="LockdownPairRecordHandle"/> from a <see cref="IntPtr"/>. /// </summary> /// <param name="unsafeHandle"> /// The underlying <see cref="IntPtr"/> /// </param> /// <returns> /// </returns> public static LockdownPairRecordHandle DangerousCreate(System.IntPtr unsafeHandle) { return(LockdownPairRecordHandle.DangerousCreate(unsafeHandle, true)); }