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