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