Table of Contents

Class SerializedMsfFile

Namespace
AsmResolver.Symbols.Pdb.Msf
Assembly
AsmResolver.Symbols.Pdb.dll

Provides an implementation for an MSF file that is read from an input file.

public class SerializedMsfFile : MsfFile
Inheritance
SerializedMsfFile
Inherited Members

Remarks

Currently, this model only supports version 7.0 of the file format.

Constructors

SerializedMsfFile(BinaryStreamReader)

Interprets an input stream as an MSF file version 7.0.

public SerializedMsfFile(BinaryStreamReader reader)

Parameters

reader BinaryStreamReader

The input stream.

Exceptions

BadImageFormatException

Occurs when the MSF file is malformed.

Methods

GetStreams()

Obtains the list of streams stored in the MSF file.

protected override IList<MsfStream> GetStreams()

Returns

IList<MsfStream>

The streams.

Remarks

This method is called upon initialization of the Streams property.