C# 클래스 fitSharp.Machine.Application.Shell

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 메소드들

메소드 설명
Run ( IList commandLineArguments ) : int
Shell ( ) : System
Shell ( ProgressReporter progressReporter, FolderModel folderModel ) : System

비공개 메소드들

메소드 설명
Execute ( ) : int
ExecuteInApartment ( ) : void
InitializeAndAddFolders ( string args ) : void

Initializes the Assembly Loader and adds the given folder arguments.

ParseArguments ( IList commandLineArguments ) : void
Run ( ) : void
RunInCurrentDomain ( ) : int
RunInCurrentDomain ( IList commandLineArguments ) : int
RunInNewDomain ( AppDomainSetup appDomainSetup, IList commandLineArguments ) : int
ValidateArguments ( ) : bool

메소드 상세

Run() 공개 메소드

public Run ( IList commandLineArguments ) : int
commandLineArguments IList
리턴 int

Shell() 공개 메소드

public Shell ( ) : System
리턴 System

Shell() 공개 메소드

public Shell ( ProgressReporter progressReporter, FolderModel folderModel ) : System
progressReporter ProgressReporter
folderModel FolderModel
리턴 System