Table of Contents

Class NetworkAddressHandle

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

Constructors

NetworkAddressHandle(nint, bool)

public NetworkAddressHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

NetworkAddressHandle

Type Parameters

T