Namespace AsmResolver.Symbols.Pdb.Metadata.Dbi
Classes
- DbiStream
Represents the DBI Stream (also known as the Debug Information stream).
- ModuleDescriptor
Represents a reference to a single module (object file) that was linked into a program.
- SectionContribution
Describes the section in the final executable file that a particular object or module is stored at.
- SectionMap
Represents a single entry in the Section Map sub stream of the DBI stream.
- SerializedDbiStream
Implements a DBI stream that pulls its data from an input stream.
- SourceFileCollection
Represents a collection of file paths used as input source code for a single module.
Enums
- DbiAttributes
Provides members defining all attributes that can be assigned to a single DBI stream.
- DbiStreamVersion
Provides members defining all possible DBI stream format version numbers.
- ModuleDescriptorAttributes
Defines all possible flags that can be assigned to a module descriptor.
- SectionContributionStreamVersion
Provides members defining all valid versions of the Section Contribution sub stream's file format.
- SectionMapAttributes
Provides members describing all possible attributes that can be assigned to a single section map entry.