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