C# Класс NuDeploy.CommandLine.Program

Показать файл Открыть проект

Открытые методы

Метод Описание
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