إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Indicates the type of memory address.
Syntax
typedef enum CorSymAddrKind
{
ADDR_IL_OFFSET = 1,
ADDR_NATIVE_RVA = 2,
ADDR_NATIVE_REGISTER = 3,
ADDR_NATIVE_REGREL = 4,
ADDR_NATIVE_OFFSET = 5,
ADDR_NATIVE_REGREG = 6,
ADDR_NATIVE_REGSTK = 7,
ADDR_NATIVE_STKREG = 8,
ADDR_BITFIELD = 9,
ADDR_NATIVE_ISECTOFFSET = 10
} CorSymAddrKind;
Members
| Member | Description |
|---|---|
ADDR_IL_OFFSET |
Indicates a common intermediate language (CIL) local variable or parameter index. |
ADDR_NATIVE_RVA |
Indicates a relative virtual address into a module. |
ADDR_NATIVE_REGISTER |
Indicates a CPU register. |
ADDR_NATIVE_REGREL |
Indicates that the first address is a register and the second address is an offset. |
ADDR_NATIVE_OFFSET |
Indicates an offset from a base address. |
ADDR_NATIVE_REGREG |
Indicates that the first address is the low portion of a register, and the second address is the high portion. |
ADDR_NATIVE_REGSTK |
Indicates that the first address is the low portion of a register, the second is the high portion, and the third is an offset. |
ADDR_NATIVE_STKREG |
Indicates that the first address is a register, the second is an offset, and the third is the high portion of the register. |
ADDR_BITFIELD |
Indicates that the first address is the start of a field and the second address is the field length. |
ADDR_NATIVE_ISECTOFFSET |
Indicates that the first address is the section and the second address is an offset. |
Requirements
Header: CorSym.idl, CorSym.h
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.