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