Method | Description | |
---|---|---|
Evaluate ( string code, bool autoCompleteComma = true ) : |
||
GetCompletions ( string input, string &prefix ) : string[] | ||
GetUsing ( ) : string | ||
GetVars ( ) : string | ||
Initialize ( ) : void |
Method | Description | |
---|---|---|
Create ( ) : void | ||
ReferenceAllAssemblies ( ) : void | ||
SetUsings ( ) : void | ||
ShowUsing ( ) : void | ||
ShowVars ( ) : void |
public static Evaluate ( string code, bool autoCompleteComma = true ) : |
||
code | string | |
autoCompleteComma | bool | |
return |
public static GetCompletions ( string input, string &prefix ) : string[] | ||
input | string | |
prefix | string | |
return | string[] |