IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
CShell.Code.ScriptingInteractiveBase Class Reference

Static Public Member Functions

static void ShowVars ()
 
static void ShowUsing ()
 
static TimeSpan Time (Action a)
 
static void print (object obj)
 
static void print (string format, params object[] args)
 
static string Describe (object x)
 
static void ShowVars ()
 
static void ShowUsing ()
 
static TimeSpan Time (Action a)
 
static void print (object obj)
 
static void print (string format, params object[] args)
 
static string Describe (object x)
 

Static Public Attributes

static TextWriter Output = Console.Out
 
static TextWriter Error = Console.Error
 
static Evaluator Evaluator
 
static bool ClearRequested
 

Properties

static string help [get]
 
static object clear [get]
 

Member Function Documentation

static void CShell.Code.ScriptingInteractiveBase.ShowVars ( )
inlinestatic
static void CShell.Code.ScriptingInteractiveBase.ShowUsing ( )
inlinestatic
static TimeSpan CShell.Code.ScriptingInteractiveBase.Time ( Action  a)
inlinestatic
static void CShell.Code.ScriptingInteractiveBase.print ( object  obj)
inlinestatic
static void CShell.Code.ScriptingInteractiveBase.print ( string  format,
params object[]  args 
)
inlinestatic
static string CShell.Code.ScriptingInteractiveBase.Describe ( object  x)
inlinestatic
static void CShell.Code.ScriptingInteractiveBase.ShowVars ( )
inlinestatic
static void CShell.Code.ScriptingInteractiveBase.ShowUsing ( )
inlinestatic
static TimeSpan CShell.Code.ScriptingInteractiveBase.Time ( Action  a)
inlinestatic
static void CShell.Code.ScriptingInteractiveBase.print ( object  obj)
inlinestatic
static void CShell.Code.ScriptingInteractiveBase.print ( string  format,
params object[]  args 
)
inlinestatic
static string CShell.Code.ScriptingInteractiveBase.Describe ( object  x)
inlinestatic

Member Data Documentation

static TextWriter CShell.Code.ScriptingInteractiveBase.Output = Console.Out
static
static TextWriter CShell.Code.ScriptingInteractiveBase.Error = Console.Error
static
static Evaluator CShell.Code.ScriptingInteractiveBase.Evaluator
static
static bool CShell.Code.ScriptingInteractiveBase.ClearRequested
static

Property Documentation

static string CShell.Code.ScriptingInteractiveBase.help
staticget
static object CShell.Code.ScriptingInteractiveBase.clear
staticget

The documentation for this class was generated from the following file: