Table of Contents

Class SerializedCompile2Symbol

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

Represents a lazily initialized implementation of Compile2Symbol that is read from a PDB image.

public class SerializedCompile2Symbol : Compile2Symbol, ICodeViewSymbol
Inheritance
SerializedCompile2Symbol
Implements
Inherited Members

Constructors

SerializedCompile2Symbol(BinaryStreamReader)

Reads a compile symbol from the provided input stream.

public SerializedCompile2Symbol(BinaryStreamReader reader)

Parameters

reader BinaryStreamReader

The input stream to read from.

Methods

GetCompilerVersion()

Obtains the compiler version string.

protected override Utf8String GetCompilerVersion()

Returns

Utf8String

The compiler version.

Remarks

This method is called upon the initialization of the CompilerVersion property.