Condividi tramite


COR_FIELD Struct

Definizione

public value class COR_FIELD
[System.Diagnostics.DebuggerDisplay("FieldDef: {fieldDef}, Offset: {offset}, Id: {id}, Type: {fieldType}")]
public struct COR_FIELD
[System.Diagnostics.DebuggerDisplay("FieldDef: {fieldDef}, Offset: {offset}, Id: {id}, Type: {fieldType}")]
public readonly struct COR_FIELD
[<System.Diagnostics.DebuggerDisplay("FieldDef: {fieldDef}, Offset: {offset}, Id: {id}, Type: {fieldType}")>]
type COR_FIELD = struct
Public Structure COR_FIELD
Ereditarietà
COR_FIELD
Attributi

Costruttori

COR_FIELD(UInt32, UInt32, COR_TYPEID, CorElementType)

Campi

fieldDef

Token di campo dai metadati. Nota: questo campo è in realtà denominato "token" in cordebug.h e può essere collideto se i campi vengono dichiarati in tipi di base da moduli diversi.

fieldType
id
offset

Metodi

Equals(Object)
GetHashCode()

Operatori

Equality(COR_FIELD, COR_FIELD)
Equality(COR_FIELD, COR_FIELD)
Inequality(COR_FIELD, COR_FIELD)
Inequality(COR_FIELD, COR_FIELD)

Si applica a