Property | Type | Description | |
---|---|---|---|
_compilerOptions | CompilerOptions | ||
_engine | ScriptEngine | ||
_outputStream | MemoryStream | ||
_scope | ScriptScope |
Method | Description | |
---|---|---|
CreateScriptScope ( ) : ScriptScope | ||
Execute ( string code ) : object | ||
GetFileExtension ( ) : string | ||
GetFileExtensions ( ) : IList |
||
GetTokenInfos ( string code ) : List |
||
InvokeMember ( object target, string method ) : object | ||
ReadStandardOutput ( ) : string | ||
Require ( string module ) : bool | ||
Reset ( ScriptScope scope ) : void | ||
SetVariable ( string name, object value ) : void |
Method | Description | |
---|---|---|
CreateScriptSourceFromString ( string code ) : Microsoft.Scripting.ScriptSource | ||
CreateSourceUnit ( string code ) : SourceUnit | ||
ResetOutputStream ( ) : void |
protected CreateScriptSourceFromString ( string code ) : Microsoft.Scripting.ScriptSource | ||
code | string | |
return | Microsoft.Scripting.ScriptSource |
protected CreateSourceUnit ( string code ) : SourceUnit | ||
code | string | |
return | SourceUnit |
public abstract InvokeMember ( object target, string method ) : object | ||
target | object | |
method | string | |
return | object |
public abstract Require ( string module ) : bool | ||
module | string | |
return | bool |
public abstract Reset ( ScriptScope scope ) : void | ||
scope | ScriptScope | |
return | void |
public SetVariable ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
protected CompilerOptions _compilerOptions | ||
return | CompilerOptions |