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