C# Class csscript.RemoteExecutor

Invokes static method 'Main' from the assembly.
Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: oleg-shilo/cs-script Class Usage Examples

Méthodes publiques

Свойство Type Description
searchDirs string[]

Méthodes publiques

Méthode Description
ExecuteAssembly ( string filename, string args ) : void
ExecuteAssembly ( string filename, string args, SystemWideLock asmLock ) : void
InvokeStaticMain ( Assembly compiledAssembly, string scriptArgs ) : void
RemoteExecutor ( ) : System
RemoteExecutor ( string searchDirs ) : System
ResolveEventHandler ( object sender, ResolveEventArgs args ) : Assembly

AppDomain event handler. This handler will be called if CLR cannot resolve referenced local assemblies

ResolveResEventHandler ( object sender, ResolveEventArgs args ) : Assembly

Private Methods

Méthode Description
SetScriptReflection ( Assembly assembly, string location ) : void

Method Details

ExecuteAssembly() public méthode

public ExecuteAssembly ( string filename, string args ) : void
filename string
args string
Résultat void

ExecuteAssembly() public méthode

public ExecuteAssembly ( string filename, string args, SystemWideLock asmLock ) : void
filename string
args string
asmLock SystemWideLock
Résultat void

InvokeStaticMain() public méthode

public InvokeStaticMain ( Assembly compiledAssembly, string scriptArgs ) : void
compiledAssembly System.Reflection.Assembly
scriptArgs string
Résultat void

RemoteExecutor() public méthode

public RemoteExecutor ( ) : System
Résultat System

RemoteExecutor() public méthode

public RemoteExecutor ( string searchDirs ) : System
searchDirs string
Résultat System

ResolveEventHandler() public méthode

AppDomain event handler. This handler will be called if CLR cannot resolve referenced local assemblies
public ResolveEventHandler ( object sender, ResolveEventArgs args ) : Assembly
sender object
args System.ResolveEventArgs
Résultat System.Reflection.Assembly

ResolveResEventHandler() public méthode

public ResolveResEventHandler ( object sender, ResolveEventArgs args ) : Assembly
sender object
args System.ResolveEventArgs
Résultat System.Reflection.Assembly

Property Details

searchDirs public_oe property

public string[] searchDirs
Résultat string[]