CeeSectionRelocExtra Union

Represents an address offset that is used by the ICeeGen interface to relocate a section.

typedef union  {
    USHORT highAdj;
} CeeSectionRelocExtra;

Members

Member

Description

highAdj

The upper address adjustment for the section.

Requirements

Platforms: See .NET Framework System Requirements.

Header: Cor.h

Library: Included as a resource in MsCorEE.dll

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Other Resources

Metadata Unions