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.Framework.Services.IRepl Interface Reference
+ Inheritance diagram for CShell.Framework.Services.IRepl:

Public Member Functions

void Clear ()
 
void SuppressWarning (string warningCode)
 
void ShowWarning (string warningCode)
 
void Clear ()
 
void SuppressWarning (string warningCode)
 
void ShowWarning (string warningCode)
 

Properties

bool IsEvaluating [get]
 
IEnumerable< string > SuppressedWarnings [get]
 
bool ShowConsoleOutput [get, set]
 
string Font [get, set]
 
double FontSize [get, set]
 
Color BackgroundColor [get, set]
 
Color OutputColor [get, set]
 
Color WarningColor [get, set]
 
Color ErrorColor [get, set]
 
Color ReplColor [get, set]
 

Member Function Documentation

void CShell.Framework.Services.IRepl.Clear ( )
void CShell.Framework.Services.IRepl.SuppressWarning ( string  warningCode)
void CShell.Framework.Services.IRepl.ShowWarning ( string  warningCode)
void CShell.Framework.Services.IRepl.Clear ( )
void CShell.Framework.Services.IRepl.SuppressWarning ( string  warningCode)
void CShell.Framework.Services.IRepl.ShowWarning ( string  warningCode)

Property Documentation

bool IRepl.IsEvaluating
get
IEnumerable< string > IRepl.SuppressedWarnings
get
bool IRepl.ShowConsoleOutput
getset
string IRepl.Font
getset
double IRepl.FontSize
getset
Color IRepl.BackgroundColor
getset
Color IRepl.OutputColor
getset
Color IRepl.WarningColor
getset
Color IRepl.ErrorColor
getset
Color IRepl.ReplColor
getset

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