C# Class fitSharp.Machine.Application.Shell

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

Méthode Description
Run ( IList commandLineArguments ) : int
Shell ( ) : System
Shell ( ProgressReporter progressReporter, FolderModel folderModel ) : System

Private Methods

Méthode 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 méthode

public Run ( IList commandLineArguments ) : int
commandLineArguments IList
Résultat int

Shell() public méthode

public Shell ( ) : System
Résultat System

Shell() public méthode

public Shell ( ProgressReporter progressReporter, FolderModel folderModel ) : System
progressReporter ProgressReporter
folderModel FolderModel
Résultat System