C# Class Microsoft.ClearScript.Windows.ActiveScriptWrapper32

Inheritance: ActiveScriptWrapper
Exibir arquivo Open project: hasaki/clearscript

Public Methods

Method 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 method

public ActiveScriptWrapper32 ( string progID ) : System
progID string
return System

AddNamedItem() public method

public AddNamedItem ( string name, ScriptItemFlags flags ) : void
name string
flags ScriptItemFlags
return void

Close() public method

public Close ( ) : void
return void

CollectGarbage() public method

public CollectGarbage ( ScriptGCType type ) : void
type ScriptGCType
return void

EnumCodeContextsOfPosition() public method

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

EnumStackFrames() public method

public EnumStackFrames ( IEnumDebugStackFrames &enumFrames ) : void
enumFrames IEnumDebugStackFrames
return void

GetScriptDispatch() public method

public GetScriptDispatch ( string itemName, object &dispatch ) : void
itemName string
dispatch object
return void

GetScriptState() public method

public GetScriptState ( ScriptState &state ) : void
state ScriptState
return void

InitNew() public method

public InitNew ( ) : void
return void

InterruptScriptThread() public method

public InterruptScriptThread ( uint scriptThreadID, System.Runtime.InteropServices.ComTypes.EXCEPINFO &excepInfo, ScriptInterruptFlags flags ) : void
scriptThreadID uint
excepInfo System.Runtime.InteropServices.ComTypes.EXCEPINFO
flags ScriptInterruptFlags
return void

ParseScriptText() public method

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
return void

SetScriptSite() public method

public SetScriptSite ( IActiveScriptSite site ) : void
site IActiveScriptSite
return void

SetScriptState() public method

public SetScriptState ( ScriptState state ) : void
state ScriptState
return void