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