Method | Description | |
---|---|---|
CompileCode ( string code, string &ErrorMessage ) : |
||
CompilerErrors ( |
||
CreateInstance ( |
||
GetSandbox ( ) : |
||
Sandbox ( ) : System | ||
Sandbox ( string rAssemblies, string cOptions, int wLevel, bool tErrors ) : System | ||
StartCode ( string Data, string MainConstructor, |
||
TestIsFullyTrusted ( ) : void |
Method | Description | |
---|---|---|
InitCompilerParameters ( ) : |
||
IsDo ( string data ) : bool | ||
IsFor ( string data ) : bool | ||
IsWhile ( string data ) : bool |
public CompileCode ( string code, string &ErrorMessage ) : |
||
code | string | |
ErrorMessage | string | |
return |
public CompilerErrors ( |
||
results | ||
ErrorMessage | string | |
return |
public static CreateInstance ( |
||
sandbox | ||
return |
public Sandbox ( string rAssemblies, string cOptions, int wLevel, bool tErrors ) : System | ||
rAssemblies | string | |
cOptions | string | |
wLevel | int | |
tErrors | bool | |
return | System |
public StartCode ( string Data, string MainConstructor, |
||
Data | string | |
MainConstructor | string | |
A | ||
ErrorMessage | string | |
ErrorCode | int | |
return | int |