Class ApplicationPrivateOwnedHandle
public class ApplicationPrivateOwnedHandle : ApplicationPrivateHandle, IDisposable
- Inheritance
-
ApplicationPrivateOwnedHandle
- Implements
- Inherited Members
Constructors
ApplicationPrivateOwnedHandle(nint)
Creates a new instance of ApplicationPrivateOwnedHandle. Assumes that the given pointer is owned by the runtime.
public ApplicationPrivateOwnedHandle(nint ptr)
Parameters
ptr
nint
Methods
FromUnowned(nint)
Create a ApplicationPrivateOwnedHandle from a pointer that is assumed unowned.
public static ApplicationPrivateOwnedHandle FromUnowned(nint ptr)
Parameters
ptr
nintA pointer to a ApplicationPrivate which is not owned by the runtime.
Returns
- ApplicationPrivateOwnedHandle
A ApplicationPrivateOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()