METADATA_ADDRESS_FIELD

This structure represents the address of a field of a class or structure.

typedef struct _tagMETADATA_ADDRESS_FIELD {
   _mdToken tokField;
} METADATA_ADDRESS_FIELD
public struct METADATA_ADDRESS_FIELD {
   public int tokField;
}

Terms

  • tokField
    The ID of the field token.

    [C++] _mdToken is a typedef for a 32-bit int.

Remarks

This structure is part of the union in the DEBUG_ADDRESS_UNION structure when the dwKind field of the DEBUG_ADDRESS_UNION structure is set to ADDRESS_KIND_FIELD (a value from the ADDRESS_KIND enumeration).

Requirements

Header: sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See Also

Reference

Structures and Unions

DEBUG_ADDRESS_UNION

ADDRESS_KIND