Property | Type | Description |
---|
Method | Description | |
---|---|---|
Compile ( |
Compiles the user code into an assembly.
|
|
Execute ( ApplicationJob argument ) : void | ||
UserCSScript ( string code ) : System |
Creates a new instance of a C# script with given code.
|
public Compile ( |
||
errors | Compiler errors if any | |
return |
public Execute ( ApplicationJob argument ) : void | ||
argument | ApplicationJob | |
return | void |