Table of Contents

Class ServiceHandle

Namespace
Secret.Internal
Assembly
Secret-1.dll
public class ServiceHandle : DBusProxyHandle, IDisposable
Inheritance
ServiceHandle
Implements
Inherited Members

Constructors

ServiceHandle(nint, bool)

public ServiceHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ServiceHandle

Type Parameters

T