C# 클래스 NuGet.Program

파일 보기 프로젝트 열기: themotleyfool/NuGet 1 사용 예제들

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