ErlMsg Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ErlMsg class

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

internal ErlMsg(
	ErlMsg..::..Tag tag,
	IErlObject from,
	IErlObject to,
	Nullable<ErlRef> eref = null,
	IErlObject reason = null,
	IErlObject payload = null,
	ErlInputStream paybuf = null,
	Nullable<ErlAtom> cookie = null,
	ErlTrace trace = null
)
See Also