C# Class AppSecInc.ProcessDomain.Remoting.ActivatorHost

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: legendary-code/process-domain

Méthodes publiques

Méthode Description
ActivatorHost ( string guid, int processId, ProcessDomainSetup setup ) : System
Run ( string args ) : void

Runs the Activator Host and blocks until the parent process exits

WaitForExit ( ) : void

Waits for the parent process to exit

Private Methods

Méthode Description
SetupDllDirectories ( ProcessDomainSetup setup ) : void

Method Details

ActivatorHost() public méthode

public ActivatorHost ( string guid, int processId, ProcessDomainSetup setup ) : System
guid string
processId int
setup ProcessDomainSetup
Résultat System

Run() public static méthode

Runs the Activator Host and blocks until the parent process exits
public static Run ( string args ) : void
args string
Résultat void

WaitForExit() public méthode

Waits for the parent process to exit
public WaitForExit ( ) : void
Résultat void