ErlPid Constructor (ErlAtom, Int32, Int32, Int32)NFX Class Library

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

Create an Erlang pid from the given values

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

public ErlPid(
	ErlAtom node,
	int id,
	int serial,
	int creation
)
See Also