IActiveScript.GetScriptThreadState(UInt32, SCRIPTTHREADSTATE[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetScriptThreadState(System::UInt32 stidThread, cli::array <Microsoft::VisualStudio::Debugger::Interop::SCRIPTTHREADSTATE> ^ pstsState);
public int GetScriptThreadState(uint stidThread, Microsoft.VisualStudio.Debugger.Interop.SCRIPTTHREADSTATE[] pstsState);
abstract member GetScriptThreadState : uint32 * Microsoft.VisualStudio.Debugger.Interop.SCRIPTTHREADSTATE[] -> int
Public Function GetScriptThreadState (stidThread As UInteger, pstsState As SCRIPTTHREADSTATE()) As Integer
Parameters
- stidThread
- UInt32
- pstsState
- SCRIPTTHREADSTATE[]