Property | Type | Description | |
---|---|---|---|
searchDirs | string[] |
Method | Description | |
---|---|---|
ExecuteAssembly ( string filename, string args ) : void | ||
ExecuteAssembly ( string filename, string args, SystemWideLock asmLock ) : void | ||
InvokeStaticMain ( |
||
RemoteExecutor ( ) : System | ||
RemoteExecutor ( string searchDirs ) : System | ||
ResolveEventHandler ( object sender, |
AppDomain event handler. This handler will be called if CLR cannot resolve referenced local assemblies
|
|
ResolveResEventHandler ( object sender, |
Method | Description | |
---|---|---|
SetScriptReflection ( |
public ExecuteAssembly ( string filename, string args ) : void | ||
filename | string | |
args | string | |
return | void |
public ExecuteAssembly ( string filename, string args, SystemWideLock asmLock ) : void | ||
filename | string | |
args | string | |
asmLock | SystemWideLock | |
return | void |
public InvokeStaticMain ( |
||
compiledAssembly | ||
scriptArgs | string | |
return | void |
public RemoteExecutor ( string searchDirs ) : System | ||
searchDirs | string | |
return | System |
public ResolveEventHandler ( object sender, |
||
sender | object | |
args | ||
return |
public ResolveResEventHandler ( object sender, |
||
sender | object | |
args | ||
return |