C# 클래스 ShellMe.CommandLine.CommandHandling.BaseCommand

상속: System.MarshalByRefObject, ICommand, ITraceableCommand
파일 보기 프로젝트 열기: dff-solutions/shell.me

공개 메소드들

메소드 설명
InitializeLifetimeService ( ) : object
InjectProperties ( IEnumerable arguments ) : void
Run ( ) : void

보호된 메소드들

메소드 설명
BaseCommand ( ) : System

메소드 상세

BaseCommand() 보호된 메소드

protected BaseCommand ( ) : System
리턴 System

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object

InjectProperties() 공개 메소드

public InjectProperties ( IEnumerable arguments ) : void
arguments IEnumerable
리턴 void

Run() 공개 추상적인 메소드

public abstract Run ( ) : void
리턴 void