Table of Contents

Enum ModifierAttributes

Namespace
AsmResolver.Symbols.Pdb.Leaves
Assembly
AsmResolver.Symbols.Pdb.dll

Provides members defining all possible modifiers that can be added to a type using a Modifier type record in a TPI or IPI stream.

[Flags]
public enum ModifierAttributes : ushort

Fields

Const = 1

Indicates the type is marked as const.

Unaligned = 4

Indicates the type is marked as unaligned.

Volatile = 2

Indicates the type is marked as volatile.