Table of Contents

Enum DbiAttributes

Namespace
AsmResolver.Symbols.Pdb.Metadata.Dbi
Assembly
AsmResolver.Symbols.Pdb.dll

Provides members defining all attributes that can be assigned to a single DBI stream.

[Flags]
public enum DbiAttributes : ushort

Fields

HasConflictingTypes = 4

Indicates the program was linked using link.exe with the undocumented /DEBUG:CTYPES flag.

IncrementallyLinked = 1

Indicates the program was linked in an incremental manner.

None = 0

Indicates no attributes were assigned.

PrivateSymbolsStripped = 2

Indicates private symbols were stripped from the PDB file.