Table of Contents

Class UnixFDMessage

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

Constructors

UnixFDMessage(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

UnixFDMessage(IntPtr, bool)

protected UnixFDMessage(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

FdListPropertyDefinition

public static readonly Property<UnixFDList?, UnixFDMessage> FdListPropertyDefinition

Field Value

Property<UnixFDList, UnixFDMessage>

Properties

FdList

public UnixFDList? FdList { get; }

Property Value

UnixFDList

Methods

AppendFd(int)

[Version("2.22")]
public bool AppendFd(int fd)

Parameters

fd int

Returns

bool

GetFdList()

[Version("2.24")]
public UnixFDList GetFdList()

Returns

UnixFDList

GetGType()

public static Type GetGType()

Returns

Type

New()

[Version("2.22")]
public static UnixFDMessage New()

Returns

UnixFDMessage

NewWithFdList(UnixFDList)

[Version("2.24")]
public static UnixFDMessage NewWithFdList(UnixFDList fdList)

Parameters

fdList UnixFDList

Returns

UnixFDMessage