C# Класс Microsoft.ClearScript.Windows.ActiveScriptWrapper64

Наследование: ActiveScriptWrapper
Показать файл Открыть проект

Открытые методы

Метод Описание
ActiveScriptWrapper64 ( 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

Описание методов

ActiveScriptWrapper64() публичный Метод

public ActiveScriptWrapper64 ( string progID ) : System
progID string
Результат System

AddNamedItem() публичный Метод

public AddNamedItem ( string name, ScriptItemFlags flags ) : void
name string
flags ScriptItemFlags
Результат void

Close() публичный Метод

public Close ( ) : void
Результат void

CollectGarbage() публичный Метод

public CollectGarbage ( ScriptGCType type ) : void
type ScriptGCType
Результат void

EnumCodeContextsOfPosition() публичный Метод

public EnumCodeContextsOfPosition ( UIntPtr sourceContext, uint offset, uint length, IEnumDebugCodeContexts &enumContexts ) : void
sourceContext System.UIntPtr
offset uint
length uint
enumContexts IEnumDebugCodeContexts
Результат void

EnumStackFrames() публичный Метод

public EnumStackFrames ( IEnumDebugStackFrames &enumFrames ) : void
enumFrames IEnumDebugStackFrames
Результат void

GetScriptDispatch() публичный Метод

public GetScriptDispatch ( string itemName, object &dispatch ) : void
itemName string
dispatch object
Результат void

GetScriptState() публичный Метод

public GetScriptState ( ScriptState &state ) : void
state ScriptState
Результат void

InitNew() публичный Метод

public InitNew ( ) : void
Результат void

InterruptScriptThread() публичный Метод

public InterruptScriptThread ( uint scriptThreadID, System.Runtime.InteropServices.ComTypes.EXCEPINFO &excepInfo, ScriptInterruptFlags flags ) : void
scriptThreadID uint
excepInfo System.Runtime.InteropServices.ComTypes.EXCEPINFO
flags ScriptInterruptFlags
Результат void

ParseScriptText() публичный Метод

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
Результат void

SetScriptSite() публичный Метод

public SetScriptSite ( IActiveScriptSite site ) : void
site IActiveScriptSite
Результат void

SetScriptState() публичный Метод

public SetScriptState ( ScriptState state ) : void
state ScriptState
Результат void