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