COR_PRF_FUNCTION Structure
Provides a unique representation of a function by combining its ID with the ID of its recompiled version.
Syntax
typedef struct _COR_PRF_FUNCTION { FunctionID functionId; ReJITID reJitId;} COR_PRF_FUNCTION;
Members
Member | Description |
---|---|
functionId |
The ID of the function. |
reJitId |
The ID of the recompiled function. A value of 0 (zero) represents the original version of the function. |
Remarks
Requirements
Platforms: See System Requirements.
Header: CorProf.idl
Library: CorGuids.lib
.NET Framework Versions: Available since 4.5
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา