Table of Contents

Class DBusConnectionHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class DBusConnectionHandle : ObjectHandle, IDisposable
Inheritance
DBusConnectionHandle
Implements
Inherited Members

Constructors

DBusConnectionHandle(nint, bool)

public DBusConnectionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static DBusConnectionHandle For<T>(ConstructArgument[] constructArguments) where T : DBusConnection, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

DBusConnectionHandle

Type Parameters

T