Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages

CSharpShellCli Class Reference

The main class for the CLI version of C#Shell. More...

Collaboration diagram for CSharpShellCli:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CSharpShellCli (Shell shell)
void Begin ()
void HandleStdOutput (object str)
void HandleStdError (object str)

Static Public Member Functions

static void Main ()

Private Attributes

Shell _shell
TextWriter stdOut
TextWriter stdError

Detailed Description

The main class for the CLI version of C#Shell.


Constructor & Destructor Documentation

CSharpShellCli::CSharpShellCli Shell  shell  )  [inline]
 


Member Function Documentation

void CSharpShellCli::Begin  )  [inline]
 

void CSharpShellCli::HandleStdError object  str  )  [inline]
 

void CSharpShellCli::HandleStdOutput object  str  )  [inline]
 

static void CSharpShellCli::Main  )  [inline, static]
 


Member Data Documentation

Shell CSharpShellCli::_shell [private]
 

TextWriter CSharpShellCli::stdError [private]
 

TextWriter CSharpShellCli::stdOut [private]
 


The documentation for this class was generated from the following file: SourceForge.net Logo