C# Class Microsoft.ClearScript.Windows.ActiveScriptWrapper32

Inheritance: ActiveScriptWrapper
Afficher le fichier Open project: hasaki/clearscript

Méthodes publiques

Méthode Description
ActiveScriptWrapper32 ( string progID ) : System
AddNamedItem ( string name, ScriptItemFlags flags ) : void
Close ( ) : void
CollectGarbage ( ScriptGCType type ) : void
EnumCodeContextsOfPosition ( UIntPtr sourceContext, uint offset, uint length, IEnumDebugCodeContexts &enumContexts ) : void
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, UIntPtr sourceContext, uint startingLineNumber, ScriptTextFlags flags, IntPtr pVarResult, System.Runtime.InteropServices.ComTypes.EXCEPINFO &excepInfo ) : void
SetScriptSite ( IActiveScriptSite site ) : void
SetScriptState ( ScriptState state ) : void

Method Details

ActiveScriptWrapper32() public méthode

public ActiveScriptWrapper32 ( string progID ) : System
progID string
Résultat System

AddNamedItem() public méthode

public AddNamedItem ( string name, ScriptItemFlags flags ) : void
name string
flags ScriptItemFlags
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

CollectGarbage() public méthode

public CollectGarbage ( ScriptGCType type ) : void
type ScriptGCType
Résultat void

EnumCodeContextsOfPosition() public méthode

public EnumCodeContextsOfPosition ( UIntPtr sourceContext, uint offset, uint length, IEnumDebugCodeContexts &enumContexts ) : void
sourceContext System.UIntPtr
offset uint
length uint
enumContexts IEnumDebugCodeContexts
Résultat void

EnumStackFrames() public méthode

public EnumStackFrames ( IEnumDebugStackFrames &enumFrames ) : void
enumFrames IEnumDebugStackFrames
Résultat void

GetScriptDispatch() public méthode

public GetScriptDispatch ( string itemName, object &dispatch ) : void
itemName string
dispatch object
Résultat void

GetScriptState() public méthode

public GetScriptState ( ScriptState &state ) : void
state ScriptState
Résultat void

InitNew() public méthode

public InitNew ( ) : void
Résultat void

InterruptScriptThread() public méthode

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

ParseScriptText() public méthode

public ParseScriptText ( string code, string itemName, object context, string delimiter, UIntPtr sourceContext, uint startingLineNumber, ScriptTextFlags flags, IntPtr pVarResult, System.Runtime.InteropServices.ComTypes.EXCEPINFO &excepInfo ) : void
code string
itemName string
context object
delimiter string
sourceContext System.UIntPtr
startingLineNumber uint
flags ScriptTextFlags
pVarResult System.IntPtr
excepInfo System.Runtime.InteropServices.ComTypes.EXCEPINFO
Résultat void

SetScriptSite() public méthode

public SetScriptSite ( IActiveScriptSite site ) : void
site IActiveScriptSite
Résultat void

SetScriptState() public méthode

public SetScriptState ( ScriptState state ) : void
state ScriptState
Résultat void