C# Class fitSharp.Machine.Application.Shell

Inheritance: System.MarshalByRefObject
Mostrar archivo Open project: jediwhale/fitsharp Class Usage Examples

Public Methods

Method Description
Run ( IList commandLineArguments ) : int
Shell ( ) : System
Shell ( ProgressReporter progressReporter, FolderModel folderModel ) : System

Private Methods

Method Description
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

Method Details

Run() public method

public Run ( IList commandLineArguments ) : int
commandLineArguments IList
return int

Shell() public method

public Shell ( ) : System
return System

Shell() public method

public Shell ( ProgressReporter progressReporter, FolderModel folderModel ) : System
progressReporter ProgressReporter
folderModel FolderModel
return System