C# 클래스 Advtools.ADVpki.ProgramOptions

파일 보기 프로젝트 열기: ADVTOOLS/ADVpki 1 사용 예제들

공개 메소드들

메소드 설명
ParseCommandLine ( string args ) : bool

Parse the command-line arguments

ProgramOptions ( ) : System
ShowUsage ( ) : void

Display some help about this application

메소드 상세

ParseCommandLine() 공개 메소드

Parse the command-line arguments
public ParseCommandLine ( string args ) : bool
args string Command-line arguments
리턴 bool

ProgramOptions() 공개 메소드

public ProgramOptions ( ) : System
리턴 System

ShowUsage() 공개 메소드

Display some help about this application
public ShowUsage ( ) : void
리턴 void