Share via


Struttura COR_FIELD

Fornisce informazioni su un campo in un oggetto.

Sintassi

typedef struct COR_FIELD{  
    mdFieldDef token;  
    ULONG32 offset;  
    COR_TYPEID id;  
    CorElementType fieldType;  
} COR_FIELD;  

Members

Membro Descrizione
token Token mdFieldDef che può essere usato per ottenere informazioni sul campo.
offset Offset, in byte, per i dati del campo nell'oggetto .
id Valore COR_TYPEID che identifica il tipo di questo campo.
fieldType Valore di enumerazione CorElementType che indica il tipo del campo.

Osservazioni

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorDebug.idl, CorDebug.h

Libreria: CorGuids.lib

Versioni di .NET Framework: Disponibile dalla versione 4.5

Vedi anche