Mono Class Library: Overview

Mono.CSharp.InteractiveBase: Members

The members of Mono.CSharp.InteractiveBase are listed below.

See Also: Inherited members from System.Object

Public Fields

static
ContinuationPromptstring. The secondary prompt.
static
ErrorSystem.IO.TextWriter. Determines where the standard error of methods in this class will go.
static
OutputSystem.IO.TextWriter. Determines where the standard output of methods in this class will go.
static
Promptstring. The primary prompt used for interactive use.
static
QuitRequestedbool. Used to signal that the user has invoked the `quit' statement.

Public Properties

[read-only]
static
helpstring. Returns a list of available static methods.
[read-only]
static
quitobject. Indicates to the read-eval-print-loop that the interaction should be finished.

Public Methods

static
Describe(object) : string
Describes an object or a type.
static
LoadAssembly(string)
Loads the assembly
static
LoadPackage(string)
Loads the assemblies from a package
static
ShowUsing()
Displays the using statements in effect at this point.
static
ShowVars()
Shows all the variables defined so far.
static
Time(InteractiveBase.Simple) : TimeSpan
Times the execution of the given delegate