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