C# 클래스 Tectil.NCommand.ExecutionFlows.RunInteractive

Run in interactive mode. Commands will be listed and can be executed multiple times.
상속: Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowBase, IExecutionFlow
파일 보기 프로젝트 열기: tectil/NCommand

공개 메소드들

메소드 설명
Run ( ExecutionContext context ) : void

Runs the command in interactive mode.

비공개 메소드들

메소드 설명
ParsePlus ( string line ) : int
RunCommand ( ExecutionContext context ) : bool

메소드 상세

Run() 공개 메소드

Runs the command in interactive mode.
public Run ( ExecutionContext context ) : void
context Tectil.NCommand.Contract.ExecutionContext Execution context
리턴 void