Condividi tramite


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 Description
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 Sistemi operativi supportati da .NET.

Intestazione: CorDebug.idl, CorDebug.h

Biblioteca: CorGuids.lib

Versioni di .NET: Disponibile a partire da .NET Framework 4.5