Class BaseSinkPrivateUnownedHandle
public class BaseSinkPrivateUnownedHandle : BaseSinkPrivateHandle, IDisposable
- Inheritance
-
BaseSinkPrivateUnownedHandle
- Implements
- Inherited Members
Constructors
BaseSinkPrivateUnownedHandle(nint)
Creates a new instance of BaseSinkPrivateUnownedHandle. Assumes that the given pointer is unowned by the runtime.
public BaseSinkPrivateUnownedHandle(nint ptr)
Parameters
ptr
nint
Properties
NullHandle
public static BaseSinkPrivateUnownedHandle NullHandle { get; }
Property Value
Methods
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()