ICorDebugThread::GetDebugState Method
Gets the current debug state of this ICorDebugThread object.
Syntax
HRESULT GetDebugState (
[out] CorDebugThreadState *pState
);
Parameters
pState
[out] A pointer to a bitwise combination of CorDebugThreadState enumeration values that describes the current debug state of this thread.
Remarks
If the process is currently stopped, pState
represents the debug state that would exist for this thread if the process were to be continued, not the actual current state of this thread.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 1.0
Cộng tác với chúng tôi trên GitHub
Bạn có thể tìm thấy nguồn cho nội dung này trên GitHub, nơi bạn cũng có thể tạo và xem lại các vấn đề và yêu cầu kéo. Để biết thêm thông tin, hãy xem hướng dẫn dành cho người đóng góp của chúng tôi.