Table of Contents

Class SerializedBuildInfoLeaf

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

Provides a lazily initialized implementation of BuildInfoLeaf that is read from a PDB image.

public class SerializedBuildInfoLeaf : BuildInfoLeaf, IIpiLeaf, ICodeViewLeaf
Inheritance
SerializedBuildInfoLeaf
Implements
Inherited Members

Constructors

SerializedBuildInfoLeaf(PdbReaderContext, uint, BinaryStreamReader)

Reads a build information leaf from the provided input stream.

public SerializedBuildInfoLeaf(PdbReaderContext context, uint typeIndex, BinaryStreamReader reader)

Parameters

context PdbReaderContext

The reading context in which the member is situated in.

typeIndex uint

The type index to assign to the member.

reader BinaryStreamReader

The input stream to read from.

Methods

GetEntries()

Obtains the sub strings stored in the list.

protected override IList<StringIdentifier> GetEntries()

Returns

IList<StringIdentifier>

The sub strings.

Remarks

This method is called upon initialization of the Entries property.