C# Класс fitSharp.Machine.Application.Shell

Наследование: System.MarshalByRefObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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