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