ScriptStack 1.0.0
A .NET scripting language
|
A function, forward declared in a script. Mehr ...
Öffentliche Methoden | |
Function (Executable executable, string name, List< string > parameters, Instruction entryPoint) | |
override string | ToString () |
Propertys | |
Executable | Executable [get] |
string | Name [get] |
uint | ParameterCount [get] |
ReadOnlyCollection< string > | Parameters [get] |
Instruction | EntryPoint [get, set] |
Private Attribute | |
Executable | executable |
string | name |
List< string > | parameters |
Instruction | entryPoint |
A function, forward declared in a script.
ScriptStack.Runtime.Function.Function | ( | Executable | executable, |
string | name, | ||
List< string > | parameters, | ||
Instruction | entryPoint ) |
Benutzt ScriptStack.Runtime.Function.entryPoint, ScriptStack.Runtime.Function.executable, ScriptStack.Runtime.Function.name und ScriptStack.Runtime.Function.parameters.
override string ScriptStack.Runtime.Function.ToString | ( | ) |
Benutzt ScriptStack.Runtime.Instruction.Address, ScriptStack.Runtime.Function.entryPoint, ScriptStack.Runtime.Function.name und ScriptStack.Runtime.Function.parameters.
|
private |
Wird benutzt von ScriptStack.Runtime.Function.Function() und ScriptStack.Runtime.Function.ToString().
|
private |
Wird benutzt von ScriptStack.Runtime.Function.Function().
|
private |
Wird benutzt von ScriptStack.Runtime.Function.Function() und ScriptStack.Runtime.Function.ToString().
|
private |
Wird benutzt von ScriptStack.Runtime.Function.Function() und ScriptStack.Runtime.Function.ToString().
|
getset |
Wird benutzt von ScriptStack.Runtime.Operand.ToString().
|
get |
|
get |
|
get |
|
get |