C# 클래스 STELLAR.Console.CommandBase

파일 보기 프로젝트 열기: cbinding/stellar

보호된 프로퍼티들

프로퍼티 타입 설명
Error System.IO.TextWriter
In System.IO.TextReader
Out System.IO.TextWriter
ReadInput bool
showTimings bool

공개 메소드들

메소드 설명
CommandBase ( ) : System
Main ( string args ) : void
Main ( string args, System In, System Out, System Error ) : void

보호된 메소드들

메소드 설명
PostProcess ( ) : void
PreProcess ( ) : void
ProcessLine ( string line ) : void
Usage ( ) : string
ValidateArguments ( ) : bool

메소드 상세

CommandBase() 공개 메소드

public CommandBase ( ) : System
리턴 System

Main() 공개 메소드

public Main ( string args ) : void
args string
리턴 void

Main() 공개 메소드

public Main ( string args, System In, System Out, System Error ) : void
args string
In System
Out System
Error System
리턴 void

PostProcess() 보호된 메소드

protected PostProcess ( ) : void
리턴 void

PreProcess() 보호된 메소드

protected PreProcess ( ) : void
리턴 void

ProcessLine() 보호된 메소드

protected ProcessLine ( string line ) : void
line string
리턴 void

Usage() 보호된 메소드

protected Usage ( ) : string
리턴 string

ValidateArguments() 보호된 메소드

protected ValidateArguments ( ) : bool
리턴 bool

프로퍼티 상세

Error 보호되어 있는 프로퍼티

protected System.IO.TextWriter Error
리턴 System.IO.TextWriter

In 보호되어 있는 프로퍼티

protected System.IO.TextReader In
리턴 System.IO.TextReader

Out 보호되어 있는 프로퍼티

protected System.IO.TextWriter Out
리턴 System.IO.TextWriter

ReadInput 보호되어 있는 프로퍼티

protected bool ReadInput
리턴 bool

showTimings 보호되어 있는 프로퍼티

protected bool showTimings
리턴 bool