Méthode | Description | |
---|---|---|
ActiveScriptWrapper32 ( string progID ) : System | ||
AddNamedItem ( string name, ScriptItemFlags flags ) : void | ||
Close ( ) : void | ||
CollectGarbage ( ScriptGCType type ) : void | ||
EnumCodeContextsOfPosition ( |
||
EnumStackFrames ( IEnumDebugStackFrames &enumFrames ) : void | ||
GetScriptDispatch ( string itemName, object &dispatch ) : void | ||
GetScriptState ( ScriptState &state ) : void | ||
InitNew ( ) : void | ||
InterruptScriptThread ( uint scriptThreadID, System.Runtime.InteropServices.ComTypes.EXCEPINFO &excepInfo, ScriptInterruptFlags flags ) : void | ||
ParseScriptText ( string code, string itemName, object context, string delimiter, |
||
SetScriptSite ( IActiveScriptSite site ) : void | ||
SetScriptState ( ScriptState state ) : void |
public ActiveScriptWrapper32 ( string progID ) : System | ||
progID | string | |
Résultat | System |
public AddNamedItem ( string name, ScriptItemFlags flags ) : void | ||
name | string | |
flags | ScriptItemFlags | |
Résultat | void |
public CollectGarbage ( ScriptGCType type ) : void | ||
type | ScriptGCType | |
Résultat | void |
public EnumCodeContextsOfPosition ( |
||
sourceContext | ||
offset | uint | |
length | uint | |
enumContexts | IEnumDebugCodeContexts | |
Résultat | void |
public EnumStackFrames ( IEnumDebugStackFrames &enumFrames ) : void | ||
enumFrames | IEnumDebugStackFrames | |
Résultat | void |
public GetScriptDispatch ( string itemName, object &dispatch ) : void | ||
itemName | string | |
dispatch | object | |
Résultat | void |
public GetScriptState ( ScriptState &state ) : void | ||
state | ScriptState | |
Résultat | void |
public InterruptScriptThread ( uint scriptThreadID, System.Runtime.InteropServices.ComTypes.EXCEPINFO &excepInfo, ScriptInterruptFlags flags ) : void | ||
scriptThreadID | uint | |
excepInfo | System.Runtime.InteropServices.ComTypes.EXCEPINFO | |
flags | ScriptInterruptFlags | |
Résultat | void |
public ParseScriptText ( string code, string itemName, object context, string delimiter, |
||
code | string | |
itemName | string | |
context | object | |
delimiter | string | |
sourceContext | ||
startingLineNumber | uint | |
flags | ScriptTextFlags | |
pVarResult | ||
excepInfo | System.Runtime.InteropServices.ComTypes.EXCEPINFO | |
Résultat | void |
public SetScriptSite ( IActiveScriptSite site ) : void | ||
site | IActiveScriptSite | |
Résultat | void |
public SetScriptState ( ScriptState state ) : void | ||
state | ScriptState | |
Résultat | void |