C# Класс NuGet.Program

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddExtensionsToCatalog void
GetCommandLineSettings ISettings
Initialize void
RegisterExtensions void
RemoveOldFile void

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

Метод Описание
ArgumentCountValid ( ICommand command ) : bool
Main ( string args ) : int

Приватные методы

Метод Описание
AddExtensionsToCatalog ( System.ComponentModel.Composition.Hosting.AggregateCatalog catalog ) : void
GetCommandLineSettings ( IFileSystem workingDirectory ) : ISettings
Initialize ( IFileSystem fileSystem, IConsole console ) : void
RegisterExtensions ( System.ComponentModel.Composition.Hosting.AggregateCatalog catalog, IEnumerable enumerateFiles ) : void
RemoveOldFile ( IFileSystem fileSystem ) : void

Описание методов

ArgumentCountValid() публичный статический Метод

public static ArgumentCountValid ( ICommand command ) : bool
command ICommand
Результат bool

Main() публичный статический Метод

public static Main ( string args ) : int
args string
Результат int