Свойство | Тип | Описание | |
---|---|---|---|
Console | IConsole | ||
returnsValue | bool |
Метод | Описание | |
---|---|---|
AddNamespace ( string ns ) : void | ||
AddReference ( string r ) : void | ||
DefaultIncludeFile ( ) : string | ||
FullExecutablePath ( ) : string | ||
Interpreter ( ) : System | ||
ProcessLine ( string line ) : bool | ||
ReadIncludeFile ( string file ) : void | ||
SetValue ( string name, object val ) : void |
Метод | Описание | |
---|---|---|
CompileLine ( string codeStr, CHash type, string assemblyName, string className ) : CompilerResults | ||
CompileTemplate ( CompilerParameters cp, string codeStr, CHash type, string className ) : CompilerResults | ||
ExecuteLine ( string codeStr ) : void | ||
GetPublicRuntimeType ( object symVal ) : Type | ||
MassageInput ( string s, bool &wasAssignment ) : string | ||
ProcessCommand ( string line ) : void | ||
ShowErrors ( CompilerResults cr, string codeStr ) : void | ||
firstToken ( string s ) : string | ||
word_within ( string s, string strs ) : bool |
public ReadIncludeFile ( string file ) : void | ||
file | string | |
Результат | void |
public SetValue ( string name, object val ) : void | ||
name | string | |
val | object | |
Результат | void |