Class DBusProxyPrivateOwnedHandle
public class DBusProxyPrivateOwnedHandle : DBusProxyPrivateHandle, IDisposable
- Inheritance
-
DBusProxyPrivateOwnedHandle
- Implements
- Inherited Members
Constructors
DBusProxyPrivateOwnedHandle(IntPtr)
Creates a new instance of DBusProxyPrivateOwnedHandle. Assumes that the given pointer is owned by the runtime.
public DBusProxyPrivateOwnedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Methods
FromUnowned(IntPtr)
Create a DBusProxyPrivateOwnedHandle from a pointer that is assumed unowned.
public static DBusProxyPrivateOwnedHandle FromUnowned(IntPtr ptr)
Parameters
ptr
IntPtrA pointer to a DBusProxyPrivate which is not owned by the runtime.
Returns
- DBusProxyPrivateOwnedHandle
A DBusProxyPrivateOwnedHandle
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()