C# 클래스 ManagedResources, shared-source-cli-2.0

Main entry point class
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
GetArgs ( string args ) : Options,

Gets command-line and returns the user-selected option.

Main ( string args ) : void

Entry point for sample application. The Main method gets the current command-line options by calling GetArgs(). It then uses the current options to determine which method to call.

Usage ( ) : void

Outputs usage information.

메소드 상세

GetArgs() 공개 정적인 메소드

Gets command-line and returns the user-selected option.
public static GetArgs ( string args ) : Options,
args string
리턴 Options,

Main() 공개 정적인 메소드

Entry point for sample application. The Main method gets the current command-line options by calling GetArgs(). It then uses the current options to determine which method to call.
public static Main ( string args ) : void
args string
리턴 void

Usage() 공개 정적인 메소드

Outputs usage information.
public static Usage ( ) : void
리턴 void