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
boolconstructArguments
ConstructArgument[]
UnixFDList(IntPtr, bool)
protected UnixFDList(IntPtr ptr, bool ownedRef)
Parameters
Methods
Append(int)
[Version("2.24")]
public int Append(int fd)
Parameters
fd
int
Returns
Get(int)
[Version("2.24")]
public int Get(int index)
Parameters
index
int
Returns
GetGType()
public static Type GetGType()
Returns
GetLength()
[Version("2.24")]
public int GetLength()
Returns
New()
[Version("2.24")]
public static UnixFDList New()
Returns
NewFromArray(Span<int>)
[Version("2.24")]
public static UnixFDList NewFromArray(Span<int> fds)