Table of Contents

Namespace AsmResolver.Symbols.Pdb.Msf.Builder

Classes

FreeBlockMap

Represents a block within a MSF file that contains information on which blocks in the MSF file are free to use.

MsfFileBuffer

Represents a mutable buffer for building up a new MSF file.

SequentialMsfFileBuilder

Provides an implementation of the IMsfFileBuilder that places all blocks of every stream in sequence, and effectively defragments the file system.

Interfaces

IMsfFileBuilder

Provides members for constructing new MSF files.