Mono Class Library: OverviewMono.CSharp.InteractiveBase: Members |
The members of Mono.CSharp.InteractiveBase are listed below.
See Also: Inherited members from System.Object
staticContinuationPrompt string. The secondary prompt. staticError System.IO.TextWriter. Determines where the standard error of methods in this class will go. staticOutput System.IO.TextWriter. Determines where the standard output of methods in this class will go. staticPrompt string. The primary prompt used for interactive use. staticQuitRequested bool. Used to signal that the user has invoked the `quit' statement.
staticDescribe(object) : string Describes an object or a type. staticLoadAssembly(string) Loads the assembly staticLoadPackage(string) Loads the assemblies from a package staticShowUsing() Displays the using statements in effect at this point. staticShowVars() Shows all the variables defined so far. staticTime(InteractiveBase.Simple) : TimeSpan Times the execution of the given delegate