Class UserMessage
- Namespace
- WebKitWebProcessExtension
- Assembly
- WebKitWebProcessExtension-6.0.dll
public sealed class UserMessage : InitiallyUnowned, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
UserMessage
- Implements
-
- Inherited Members
-
Constructors
UserMessage()
UserMessage(params ConstructArgument[])
protected UserMessage(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
UserMessage(IntPtr, bool)
protected UserMessage(IntPtr ptr, bool ownedRef)
Parameters
ptr
IntPtr
ownedRef
bool
Fields
FdListPropertyDefinition
public static readonly Property<UnixFDList?, UserMessage> FdListPropertyDefinition
Field Value
- Property<UnixFDList, UserMessage>
NamePropertyDefinition
public static readonly Property<string?, UserMessage> NamePropertyDefinition
Field Value
- Property<string, UserMessage>
Properties
FdList
public UnixFDList? FdList { get; }
Property Value
- UnixFDList
Name
public string? Name { get; }
Property Value
- string
Methods
ErrorQuark()
public static Quark ErrorQuark()
Returns
- Quark
GetFdList()
[Version("2.28")]
public UnixFDList? GetFdList()
Returns
- UnixFDList
GetGType()
public static Type GetGType()
Returns
- Type
GetName()
[Version("2.28")]
public string GetName()
Returns
- string
GetParameters()
[Version("2.28")]
public Variant? GetParameters()
Returns
- Variant
New(string, Variant?)
[Version("2.28")]
public static UserMessage New(string name, Variant? parameters)
Parameters
name
string
parameters
Variant
Returns
- UserMessage
NewWithFdList(string, Variant?, UnixFDList?)
[Version("2.28")]
public static UserMessage NewWithFdList(string name, Variant? parameters, UnixFDList? fdList)
Parameters
name
string
parameters
Variant
fdList
UnixFDList
Returns
- UserMessage
SendReply(UserMessage)
[Version("2.28")]
public void SendReply(UserMessage reply)
Parameters
reply
UserMessage