COR_PRF_FUNCTION_ARGUMENT_RANGE Structure
Represents a block of function arguments stored contiguously in left-to-right order in memory.
Syntax
typedef struct _COR_PRF_FUNCTION_ARGUMENT_RANGE {
UINT_PTR startAddress;
ULONG length;
} COR_PRF_FUNCTION_ARGUMENT_RANGE;
Members
Members | Description |
---|---|
startAddress |
The starting address of the block. |
length |
The length of the contiguous block. |
Requirements
Platforms: See System Requirements.
Header: CorProf.idl
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
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.