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