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

COR_FIELD(UInt32, UInt32, COR_TYPEID, CorElementType)

Fields

fieldDef
fieldType
id
offset

Methods

Equals(Object)
GetHashCode()

Operators

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

Applies to