internal static void splitNodeName(
string name,
bool shortName,
out string alive,
out string host,
out ErlAtom nodeName,
out ErlAtom longName
)
internal static void splitNodeName(
string name,
bool shortName,
out string alive,
out string host,
out ErlAtom nodeName,
out ErlAtom longName
)
Friend Shared Sub splitNodeName (
name As String,
shortName As Boolean,
<OutAttribute> ByRef alive As String,
<OutAttribute> ByRef host As String,
<OutAttribute> ByRef nodeName As ErlAtom,
<OutAttribute> ByRef longName As ErlAtom
)
Friend Shared Sub splitNodeName (
name As String,
shortName As Boolean,
<OutAttribute> ByRef alive As String,
<OutAttribute> ByRef host As String,
<OutAttribute> ByRef nodeName As ErlAtom,
<OutAttribute> ByRef longName As ErlAtom
)
internal:
static void splitNodeName(
String^ name,
bool shortName,
[OutAttribute] String^% alive,
[OutAttribute] String^% host,
[OutAttribute] ErlAtom% nodeName,
[OutAttribute] ErlAtom% longName
)
internal:
static void splitNodeName(
String^ name,
bool shortName,
[OutAttribute] String^% alive,
[OutAttribute] String^% host,
[OutAttribute] ErlAtom% nodeName,
[OutAttribute] ErlAtom% longName
)
internal static member splitNodeName :
name : string *
shortName : bool *
alive : string byref *
host : string byref *
nodeName : ErlAtom byref *
longName : ErlAtom byref -> unit
internal static member splitNodeName :
name : string *
shortName : bool *
alive : string byref *
host : string byref *
nodeName : ErlAtom byref *
longName : ErlAtom byref -> unit