C# 클래스 Simple.Generator.Console.ConsoleCommandReader

파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
ConsoleCommandReader ( ContextBase context, bool safe ) : System
Run ( IEnumerable args ) : void

비공개 메소드들

메소드 설명
CheckRetry ( string command ) : bool
ReadCommand ( string &command ) : bool

메소드 상세

ConsoleCommandReader() 공개 메소드

public ConsoleCommandReader ( ContextBase context, bool safe ) : System
context ContextBase
safe bool
리턴 System

Run() 공개 메소드

public Run ( IEnumerable args ) : void
args IEnumerable
리턴 void