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