COR_ACTIVE_FUNCTION Structure
Contains information about the functions that are currently active in a thread's frames. This structure is used by the ICorDebugThread2::GetActiveFunctions method.
Syntax
typedef struct _COR_ACTIVE_FUNCTION {
ICorDebugAppDomain *pAppDomain;
ICorDebugModule *pModule;
ICorDebugFunction2 *pFunction;
ULONG32 ilOffset;
ULONG32 flags;
} COR_ACTIVE_FUNCTION;
Members
Member | Description |
---|---|
pAppDomain |
Pointer to the application domain owner of the ilOffset field. |
pModule |
Pointer to the module owner of the ilOffset field. |
pFunction |
Pointer to the function owner of the ilOffset field. |
ilOffset |
The common intermediate language (CIL) offset of the frame. |
flags |
Reserved for future extensibility. |
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา