Property | Type | Description | |
---|---|---|---|
ResultObject | object |
Method | Description | |
---|---|---|
AddReferencedAssembly ( string assembly ) : void | ||
CompileCode ( ) : bool | ||
LanguageCompiler ( LangType lang, bool generateExecutable, bool generateInMemory, bool includeDebugInformation ) : System | ||
RunCode ( string className, string methodName, object arguments ) : bool | ||
replaceTokens ( string key, string value ) : void |
public AddReferencedAssembly ( string assembly ) : void | ||
assembly | string | |
return | void |
public LanguageCompiler ( LangType lang, bool generateExecutable, bool generateInMemory, bool includeDebugInformation ) : System | ||
lang | LangType | |
generateExecutable | bool | |
generateInMemory | bool | |
includeDebugInformation | bool | |
return | System |
public RunCode ( string className, string methodName, object arguments ) : bool | ||
className | string | |
methodName | string | |
arguments | object | |
return | bool |
public replaceTokens ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |