[This is preliminary documentation and is subject to change.]
The ErlMsg type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| ErlMsg | Initializes a new instance of the ErlMsg class |
Methods
| Name | Description | |
|---|---|---|
| DemonitorP | ||
Determines whether the specified object is equal to the current object. (Inherited from | ||
| Exit | ||
| Exit2 | ||
| Exit2TT | ||
| ExitTT | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
| GroupLeader | ||
| Link | ||
Creates a shallow copy of the current (Inherited from | ||
| MonitorP | ||
| MonitorPexit | ||
| NodeLink | ||
| RegSend | ||
| RegSendTT | ||
| Send | ||
| SendTT | ||
| ToCtrlTuple | ||
| ToCtrlTuple(ErlAtom) | ||
| ToCtrlTuple(ErlMsg) | ||
| ToString | (Overrides | |
| Unlink |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| Cookie |
Contains cookie if it is to be sent or was received in the message
| |
| Paybuf |
The payload of this deserialized message
| |
| Reason |
Reason associated with some messages
| |
| Ref |
Returns reference contained in this message
| |
| TraceToken |
Trace token delivered in the message
| |
| Type |
The type of message
|
Properties
| Name | Description | |
|---|---|---|
| HasSender |
Returns true if the message has a non-empty sender
| |
| Msg |
Deserialized Erlang message contained in this instance
| |
| Payload | ||
| Recipient |
Get the recipient for this message, as a Pid or a registered name (Atom)
| |
| RecipientName |
Get the name of the recipient for this message
| |
| RecipientPid |
Get the Pid of the recipient for this message, if it is a Send message
| |
| Sender |
Get the sender for this message, as a Pid or a registered name (Atom)
| |
| SenderName | ||
| SenderPid |
Returns pid of the sender (may be empty, i.e. SenderPid.Empty == true)
|
See Also