Method | Description | |
---|---|---|
Compile ( string p_strCode, |
Compiles the given code into an assembly. The compiled assembly is not loaded into the current app domain. |
public Compile ( string p_strCode, |
||
p_strCode | string | The C# code to compile |
p_tpeBaseScriptType | The type of the base script from which the class in the code derives. | |
p_cecErrors | The collection in which to return any compilation errors. | |
return | byte[] |