Class InstallPluginsContextOwnedHandle
- Namespace
 - GstPbutils.Internal
 
- Assembly
 - GstPbutils-1.0.dll
 
public class InstallPluginsContextOwnedHandle : InstallPluginsContextHandle, IDisposable, IEquatable<InstallPluginsContextHandle>
  - Inheritance
 - 
      
      
      
      
      InstallPluginsContextOwnedHandle
 
- Implements
 
- Inherited Members
 
Constructors
InstallPluginsContextOwnedHandle(nint)
Creates a new instance of InstallPluginsContextOwnedHandle. Assumes that the given pointer is owned by the runtime.
public InstallPluginsContextOwnedHandle(nint ptr)
  Parameters
ptrnint
Methods
FromUnowned(nint)
Create a InstallPluginsContextOwnedHandle from a pointer that is assumed unowned. To do so a boxed copy is created of the given pointer to be used as the handle.
public static InstallPluginsContextOwnedHandle FromUnowned(nint ptr)
  Parameters
ptrnintA pointer to a InstallPluginsContext which is not owned by the runtime.
Returns
- InstallPluginsContextOwnedHandle
 A InstallPluginsContextOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()