[This is preliminary documentation and is subject to change.]
Parses a string representation of an Erlang function call in the form
Module:Function(Arg1, ..., Arg)
Module:Function(Arg1, ..., Arg)
or
Module:Function(Arg1, ..., Arg).
Module:Function(Arg1, ..., Arg).
Namespace: NFX.Erlang.InternalAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
internal static Tuple<ErlAtom, ErlAtom, ErlList> ParseMFA(
string fmt,
ref int pos,
ref int argc,
params Object[] args
)
internal static Tuple<ErlAtom, ErlAtom, ErlList> ParseMFA(
string fmt,
ref int pos,
ref int argc,
params Object[] args
)
Friend Shared Function ParseMFA (
fmt As String,
ByRef pos As Integer,
ByRef argc As Integer,
ParamArray args As Object()
) As Tuple(Of ErlAtom, ErlAtom, ErlList)
Friend Shared Function ParseMFA (
fmt As String,
ByRef pos As Integer,
ByRef argc As Integer,
ParamArray args As Object()
) As Tuple(Of ErlAtom, ErlAtom, ErlList)
internal:
static Tuple<ErlAtom, ErlAtom, ErlList^>^ ParseMFA(
String^ fmt,
int% pos,
int% argc,
... array<Object^>^ args
)
internal:
static Tuple<ErlAtom, ErlAtom, ErlList^>^ ParseMFA(
String^ fmt,
int% pos,
int% argc,
... array<Object^>^ args
)
internal static member ParseMFA :
fmt : string *
pos : int byref *
argc : int byref *
args : Object[] -> Tuple<ErlAtom, ErlAtom, ErlList>internal static member ParseMFA :
fmt : string *
pos : int byref *
argc : int byref *
args : Object[] -> Tuple<ErlAtom, ErlAtom, ErlList>Return Value
Type:
Tuple ErlAtom,
ErlAtom,
ErlList A 3-element tuple containing Module, Function, Arguments