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