C# 클래스 Ntreev.Library.Commands.HelpCommand

상속: CommandBase
파일 보기 프로젝트 열기: NtreevSoft/CommandLineParser

Private Properties

프로퍼티 타입 설명
PrintList void

공개 메소드들

메소드 설명
HelpCommand ( CommandContextBase commandContext ) : System

보호된 메소드들

메소드 설명
OnExecute ( ) : void
PrintUsage ( ICommand command, CommandLineParser parser ) : void

비공개 메소드들

메소드 설명
PrintList ( CommandTextWriter writer ) : void

메소드 상세

HelpCommand() 공개 메소드

public HelpCommand ( CommandContextBase commandContext ) : System
commandContext CommandContextBase
리턴 System

OnExecute() 보호된 메소드

protected OnExecute ( ) : void
리턴 void

PrintUsage() 보호된 메소드

protected PrintUsage ( ICommand command, CommandLineParser parser ) : void
command ICommand
parser CommandLineParser
리턴 void