Share via


COR_FIELD Struct

Definition

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
Inheritance
COR_FIELD
Attributes

Constructors

Name Description
COR_FIELD(UInt32, UInt32, COR_TYPEID, CorElementType)

Fields

Name Description
fieldDef

The field token from metadata. Note: this field is actually named "token" in cordebug.h and can collide if fields are declared in base types from different modules.

fieldType
id
offset

Methods

Name Description
Equals(Object)
GetHashCode()

Operators

Name Description
Equality(COR_FIELD, COR_FIELD)
Equality(COR_FIELD, COR_FIELD)
Inequality(COR_FIELD, COR_FIELD)
Inequality(COR_FIELD, COR_FIELD)

Applies to