Class ServiceHandle
public class ServiceHandle : DBusProxyHandle, IDisposable
- Inheritance
-
ServiceHandle
- Implements
- Inherited Members
Constructors
ServiceHandle(nint, bool)
public ServiceHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static ServiceHandle For<T>(ConstructArgument[] constructArguments) where T : Service, GTypeProvider
Parameters
constructArgumentsConstructArgument[]
Returns
Type Parameters
T