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