The methods of Mono.CSharp.Evaluator are listed below. For a list of all members, see the Evaluator Members list.
See Also: Inherited members from System.Object
static | Compile(string)Compiles the input string and returns a delegate that represents the compiled code. | |
static | Compile(string, out CompiledMethod)Compiles the input string and returns a delegate that represents the compiled code. | |
static | Evaluate(string)Evaluates and expression or statement and returns the result. | |
static | Evaluate(string, out object, out bool)Evaluates and expression or statement and returns any result values. | |
static | GetUsing()Returns a list of the active using statements. | |
static | GetVars()Returns a list of all local variables. | |
static | Init(string[])Optional initialization for the Evaluator. | |
static | Interrupt()Interrupts the evaluation of an expression executing in Evaluate. | |
static | LoadAssembly(string)Loads the given assembly and exposes the API to the user. | |
static | ReferenceAssembly(System.Reflection.Assembly)Exposes the API of the given assembly to the Evaluator | |
static | Run(string)Executes the given expression or statement. | |