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