Method | Description | |
---|---|---|
ScriptCompilerService ( IScriptCompiler scriptCompiler ) : System | ||
SetPdbEditor ( IPdbEditor pdbEditor ) : void | ||
TryCompile ( string scriptName, string scriptPath, string script ) : |
Method | Description | |
---|---|---|
Escape ( string text ) : string |
public ScriptCompilerService ( IScriptCompiler scriptCompiler ) : System | ||
scriptCompiler | IScriptCompiler | |
return | System |
public SetPdbEditor ( IPdbEditor pdbEditor ) : void | ||
pdbEditor | IPdbEditor | |
return | void |
public TryCompile ( string scriptName, string scriptPath, string script ) : |
||
scriptName | string | |
scriptPath | string | |
script | string | |
return |