Table of Contents

Class UnixFDList

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

Constructors

UnixFDList(bool, params ConstructArgument[])

protected UnixFDList(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

UnixFDList(IntPtr, bool)

protected UnixFDList(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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