C# Class STELLAR.Console.CommandBase

Afficher le fichier Open project: cbinding/stellar

Protected Properties

Свойство Type Description
Error System.IO.TextWriter
In System.IO.TextReader
Out System.IO.TextWriter
ReadInput bool
showTimings bool

Méthodes publiques

Méthode Description
CommandBase ( ) : System
Main ( string args ) : void
Main ( string args, System In, System Out, System Error ) : void

Méthodes protégées

Méthode Description
PostProcess ( ) : void
PreProcess ( ) : void
ProcessLine ( string line ) : void
Usage ( ) : string
ValidateArguments ( ) : bool

Method Details

CommandBase() public méthode

public CommandBase ( ) : System
Résultat System

Main() public méthode

public Main ( string args ) : void
args string
Résultat void

Main() public méthode

public Main ( string args, System In, System Out, System Error ) : void
args string
In System
Out System
Error System
Résultat void

PostProcess() protected méthode

protected PostProcess ( ) : void
Résultat void

PreProcess() protected méthode

protected PreProcess ( ) : void
Résultat void

ProcessLine() protected méthode

protected ProcessLine ( string line ) : void
line string
Résultat void

Usage() protected méthode

protected Usage ( ) : string
Résultat string

ValidateArguments() protected méthode

protected ValidateArguments ( ) : bool
Résultat bool

Property Details

Error protected_oe property

protected System.IO.TextWriter Error
Résultat System.IO.TextWriter

In protected_oe property

protected System.IO.TextReader In
Résultat System.IO.TextReader

Out protected_oe property

protected System.IO.TextWriter Out
Résultat System.IO.TextWriter

ReadInput protected_oe property

protected bool ReadInput
Résultat bool

showTimings protected_oe property

protected bool showTimings
Résultat bool