Compartir a través de


COR_FIELD Estructura

Definición

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
Herencia
COR_FIELD
Atributos

Constructores

COR_FIELD(UInt32, UInt32, COR_TYPEID, CorElementType)

Campos

fieldDef

Token de campo de metadatos. Nota: este campo se denomina realmente "token" en cordebug.h y puede colisionar si los campos se declaran en tipos base de distintos módulos.

fieldType
id
offset

Métodos

Equals(Object)
GetHashCode()

Operadores

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

Se aplica a