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

Execute single command. Missing arguments will be asked for.
상속: Tectil.NCommand.ExecutionFlows.Internals.ExecutionFlowBase, IExecutionFlow
파일 보기 프로젝트 열기: tectil/NCommand

공개 메소드들

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

Mode Execute. Not silent, missing parameters will be asked.

메소드 상세

Run() 공개 메소드

Mode Execute. Not silent, missing parameters will be asked.
public Run ( ExecutionContext context ) : void
context Tectil.NCommand.Contract.ExecutionContext Execution context
리턴 void