[This is preliminary documentation and is subject to change.]
Create a node with the given name and the default cookie
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
protected internal ErlAbstractNode(
string node,
bool shortName
)
protected internal ErlAbstractNode(
string node,
bool shortName
)
Protected Friend Sub New (
node As String,
shortName As Boolean
)
Protected Friend Sub New (
node As String,
shortName As Boolean
)
protected public:
ErlAbstractNode(
String^ node,
bool shortName
)
protected public:
ErlAbstractNode(
String^ node,
bool shortName
)
new :
node : string *
shortName : bool -> ErlAbstractNode
new :
node : string *
shortName : bool -> ErlAbstractNode