C# 클래스 NuGet.CommandManager

상속: ICommandManager
파일 보기 프로젝트 열기: monoman/NugetCracker

공개 메소드들

메소드 설명
GetCommand ( string commandName ) : ICommand
GetCommandOptions ( ICommand command ) : PropertyInfo>.IDictionary
GetCommands ( ) : IEnumerable
RegisterCommand ( ICommand command ) : void

메소드 상세

GetCommand() 공개 메소드

public GetCommand ( string commandName ) : ICommand
commandName string
리턴 ICommand

GetCommandOptions() 공개 메소드

public GetCommandOptions ( ICommand command ) : PropertyInfo>.IDictionary
command ICommand
리턴 PropertyInfo>.IDictionary

GetCommands() 공개 메소드

public GetCommands ( ) : IEnumerable
리턴 IEnumerable

RegisterCommand() 공개 메소드

public RegisterCommand ( ICommand command ) : void
command ICommand
리턴 void