Class SerializedCompile3Symbol
- Namespace
- AsmResolver.Symbols.Pdb.Records.Serialized
- Assembly
- AsmResolver.Symbols.Pdb.dll
Represents a lazily initialized implementation of Compile3Symbol that is read from a PDB image.
public class SerializedCompile3Symbol : Compile3Symbol, ICodeViewSymbol
- Inheritance
-
SerializedCompile3Symbol
- Implements
- Inherited Members
Constructors
SerializedCompile3Symbol(BinaryStreamReader)
Reads a compile symbol from the provided input stream.
public SerializedCompile3Symbol(BinaryStreamReader reader)
Parameters
reader
BinaryStreamReaderThe 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.