C# Class csscript.AssemblyExecutor

Afficher le fichier Open project: oleg-shilo/cs-script Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyExecutor ( string fileNname, string domainName ) : System
Execute ( string args ) : void
Unload ( ) : void

Private Methods

Méthode Description
Init ( string fileNname, string domainName ) : void
InitLegacy ( string fileNname, string domainName ) : bool

Method Details

AssemblyExecutor() public méthode

public AssemblyExecutor ( string fileNname, string domainName ) : System
fileNname string
domainName string
Résultat System

Execute() public méthode

public Execute ( string args ) : void
args string
Résultat void

Unload() public méthode

public Unload ( ) : void
Résultat void