Table of Contents

Class NetworkServiceHandle

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

Constructors

NetworkServiceHandle(nint, bool)

public NetworkServiceHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

NetworkServiceHandle

Type Parameters

T