Table of Contents

Class UnixFDListHandle

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

Constructors

UnixFDListHandle(nint, bool)

public UnixFDListHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

UnixFDListHandle

Type Parameters

T