C# 클래스 NuDeploy.CommandLine.Program

파일 보기 프로젝트 열기: andreaskoch/NuDeploy

공개 메소드들

메소드 설명
Program ( ApplicationInformation applicationInformation, IUserInterface userInterface, IActionLogger logger, ICommandLineArgumentInterpreter commandLineArgumentInterpreter, IHelpCommand helpCommand ) : System
Run ( string commandLineArguments ) : int

비공개 메소드들

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

메소드 상세

Program() 공개 메소드

public Program ( ApplicationInformation applicationInformation, IUserInterface userInterface, IActionLogger logger, ICommandLineArgumentInterpreter commandLineArgumentInterpreter, IHelpCommand helpCommand ) : System
applicationInformation NuDeploy.Core.Common.Infrastructure.ApplicationInformation
userInterface IUserInterface
logger IActionLogger
commandLineArgumentInterpreter ICommandLineArgumentInterpreter
helpCommand IHelpCommand
리턴 System

Run() 공개 메소드

public Run ( string commandLineArguments ) : int
commandLineArguments string
리턴 int