C# 클래스 Skytap.Cloud.Program

Class representing main entry point into the application. Keep a minimum of logic here.
파일 보기 프로젝트 열기: skytap/Skytap-TFS-Automation-Pack

공개 메소드들

메소드 설명
Main ( string args ) : int

Main entry point to the SktapCLI application.

비공개 메소드들

메소드 설명
HasNeededParams ( ProgramArguments inputs, ICommand>.Dictionary commands ) : bool
InitializeLogFile ( ) : void
PrintUsage ( ICommand commands ) : void
ShutdownLogFile ( ) : void

메소드 상세

Main() 공개 정적인 메소드

Main entry point to the SktapCLI application.
public static Main ( string args ) : int
args string Command-line arguments that were specified.
리턴 int