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