[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
ErlRef class
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public ErlRef(
ErlAtom node,
int id1,
int id2,
int id3,
int creation
)
public ErlRef(
ErlAtom node,
int id1,
int id2,
int id3,
int creation
)
Public Sub New (
node As ErlAtom,
id1 As Integer,
id2 As Integer,
id3 As Integer,
creation As Integer
)
Public Sub New (
node As ErlAtom,
id1 As Integer,
id2 As Integer,
id3 As Integer,
creation As Integer
)
public:
ErlRef(
ErlAtom node,
int id1,
int id2,
int id3,
int creation
)
public:
ErlRef(
ErlAtom node,
int id1,
int id2,
int id3,
int creation
)
new :
node : ErlAtom *
id1 : int *
id2 : int *
id3 : int *
creation : int -> ErlRef
new :
node : ErlAtom *
id1 : int *
id2 : int *
id3 : int *
creation : int -> ErlRef