Compartilhar via


COR_FIELD Estrutura

Definição

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
Herança
COR_FIELD
Atributos

Construtores

COR_FIELD(UInt32, UInt32, COR_TYPEID, CorElementType)

Campos

fieldDef

O token de campo dos metadados. Observação: esse campo é, na verdade, chamado de "token" em cordebug.h e pode colidir se os campos forem declarados em tipos base de módulos diferentes.

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)

Aplica-se a