C# 클래스 ShellMe.CommandLine.Configuration

파일 보기 프로젝트 열기: dff-solutions/shell.me 1 사용 예제들

공개 메소드들

메소드 설명
UseCommandFactory ( ICommandFactory commandFactory ) : Configuration
UseConsole ( ILowLevelConsole console ) : Configuration
UseConsoleHistory ( IConsoleHistory consoleHistory ) : Configuration
UseLockingService ( ILockingService lockingService ) : Configuration

비공개 메소드들

메소드 설명
RaiseExceptionOnNull ( object value, string name ) : void

메소드 상세

UseCommandFactory() 공개 메소드

public UseCommandFactory ( ICommandFactory commandFactory ) : Configuration
commandFactory ICommandFactory
리턴 Configuration

UseConsole() 공개 메소드

public UseConsole ( ILowLevelConsole console ) : Configuration
console ILowLevelConsole
리턴 Configuration

UseConsoleHistory() 공개 메소드

public UseConsoleHistory ( IConsoleHistory consoleHistory ) : Configuration
consoleHistory IConsoleHistory
리턴 Configuration

UseLockingService() 공개 메소드

public UseLockingService ( ILockingService lockingService ) : Configuration
lockingService ILockingService
리턴 Configuration