Profiling Structures
This section describes the unmanaged structures that the profiling API uses.
In This Section
COR_PRF_CODE_INFO Structure
Represents one contiguous block of native code stored in memory.COR_PRF_EX_CLAUSE_INFO Structure
Stores information about a specific exception clause instance and its associated frame.COR_PRF_FUNCTION_ARGUMENT_INFO Structure
Represents a function's arguments, in left-to-right order.COR_PRF_FUNCTION_ARGUMENT_RANGE Structure
Represents a block of function arguments stored contiguously in left-to-right order in memory.COR_PRF_GC_GENERATION_RANGE Structure
Describes a range (that is, block) of memory that is undergoing garbage collection.
Related Sections
COR_DEBUG_IL_TO_NATIVE_MAP Structure
Contains the offsets that are used to map Microsoft intermediate language (MSIL) code to native code.COR_IL_MAP Structure
Specifies the offsets of a function's original MSIL code and the new offsets of a function's profiler-modified MSIL code.