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