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