Table of Contents

Class DBusProxyHandle

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

Constructors

DBusProxyHandle(nint, bool)

public DBusProxyHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DBusProxyHandle

Type Parameters

T