Class UnixFDMessage
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class UnixFDMessage : SocketControlMessage, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
UnixFDMessage
- Implements
- Inherited Members
Constructors
UnixFDMessage(params ConstructArgument[])
public UnixFDMessage(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
UnixFDMessage(UnixFDMessageHandle)
public UnixFDMessage(UnixFDMessageHandle handle)
Parameters
handle
UnixFDMessageHandle
Fields
FdListPropertyDefinition
public static readonly Property<UnixFDList?, UnixFDMessage> FdListPropertyDefinition
Field Value
Properties
FdList
public UnixFDList? FdList { get; }
Property Value
Methods
AppendFd(int)
[Version("2.22")]
public bool AppendFd(int fd)
Parameters
fd
int
Returns
GetFdList()
[Version("2.24")]
public UnixFDList GetFdList()
Returns
GetGType()
public static Type GetGType()
Returns
New()
[Version("2.22")]
public static UnixFDMessage New()
Returns
NewWithFdList(UnixFDList)
[Version("2.24")]
public static UnixFDMessage NewWithFdList(UnixFDList fdList)
Parameters
fdList
UnixFDList