Table of Contents

Class UnixFDList

Namespace
Gio
Assembly
Gio-2.0.dll
public class UnixFDList : Object, IDisposable, GTypeProvider, InstanceFactory
Inheritance
UnixFDList
Implements
Inherited Members

Constructors

UnixFDList(params ConstructArgument[])

public UnixFDList(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

UnixFDList(UnixFDListHandle)

public UnixFDList(UnixFDListHandle handle)

Parameters

handle UnixFDListHandle

Methods

Append(int)

[Version("2.24")]
public int Append(int fd)

Parameters

fd int

Returns

int

Get(int)

[Version("2.24")]
public int Get(int index)

Parameters

index int

Returns

int

GetGType()

public static Type GetGType()

Returns

Type

GetLength()

[Version("2.24")]
public int GetLength()

Returns

int

New()

[Version("2.24")]
public static UnixFDList New()

Returns

UnixFDList

NewFromArray(Span<int>)

[Version("2.24")]
public static UnixFDList NewFromArray(Span<int> fds)

Parameters

fds Span<int>

Returns

UnixFDList