Свойство | Type | Description |
---|
Méthode | 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 | |
Résultat |
public Execute ( ApplicationJob argument ) : void | ||
argument | ApplicationJob | |
Résultat | void |
public UserCSScript ( string code ) : System | ||
code | string | |
Résultat | System |