C# 클래스 NArrange.ConsoleApplication.Program

NArrange console application
파일 보기 프로젝트 열기: MarcStan/NArrange

공개 메소드들

메소드 설명
GetCopyrightText ( ) : string

Gets the copyright text.

GetUsageText ( ) : string

Gets usage information text.

Main ( string args ) : void

Application entry point.

Run ( ILogger logger, CommandArguments commandArgs ) : bool

Runs NArrange using the specified arguments.

비공개 메소드들

메소드 설명
WriteUsage ( ) : void

Writes usage information to the console.

메소드 상세

GetCopyrightText() 공개 정적인 메소드

Gets the copyright text.
public static GetCopyrightText ( ) : string
리턴 string

GetUsageText() 공개 정적인 메소드

Gets usage information text.
public static GetUsageText ( ) : string
리턴 string

Main() 공개 정적인 메소드

Application entry point.
public static Main ( string args ) : void
args string Command argument strings.
리턴 void

Run() 공개 정적인 메소드

Runs NArrange using the specified arguments.
public static Run ( ILogger logger, CommandArguments commandArgs ) : bool
logger ILogger Logger for messages.
commandArgs CommandArguments Command arguments.
리턴 bool