Class DataQueuePrivateOwnedHandle
public class DataQueuePrivateOwnedHandle : DataQueuePrivateHandle, IDisposable
- Inheritance
-
DataQueuePrivateOwnedHandle
- Implements
- Inherited Members
Constructors
DataQueuePrivateOwnedHandle(IntPtr)
Creates a new instance of DataQueuePrivateOwnedHandle. Assumes that the given pointer is owned by the runtime.
public DataQueuePrivateOwnedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Methods
FromUnowned(IntPtr)
Create a DataQueuePrivateOwnedHandle from a pointer that is assumed unowned.
public static DataQueuePrivateOwnedHandle FromUnowned(IntPtr ptr)
Parameters
ptr
IntPtrA pointer to a DataQueuePrivate which is not owned by the runtime.
Returns
- DataQueuePrivateOwnedHandle
A DataQueuePrivateOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()