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