Table of Contents

Class TestDBusHandle

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

Constructors

TestDBusHandle(nint, bool)

public TestDBusHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TestDBusHandle

Type Parameters

T