หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Provides information about a field in an object.
Syntax
typedef struct COR_FIELD{
mdFieldDef token;
ULONG32 offset;
COR_TYPEID id;
CorElementType fieldType;
} COR_FIELD;
Members
| Member | Description |
|---|---|
token |
An mdFieldDef token that can be used to get field information. |
offset |
The offset, in bytes, to the field data in the object. |
id |
A COR_TYPEID value that identifies the type of this field. |
fieldType |
A CorElementType enumeration value that indicates the type of the field. |
Remarks
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.5
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา