Class SerializedBuildInfoSymbol
- Namespace
- AsmResolver.Symbols.Pdb.Records.Serialized
- Assembly
- AsmResolver.Symbols.Pdb.dll
Represents a lazily initialized implementation of BuildInfoSymbol that is read from a PDB image.
public class SerializedBuildInfoSymbol : BuildInfoSymbol, ICodeViewSymbol
- Inheritance
-
SerializedBuildInfoSymbol
- Implements
- Inherited Members
Constructors
SerializedBuildInfoSymbol(PdbReaderContext, BinaryStreamReader)
Reads a build information symbol from the provided input stream.
public SerializedBuildInfoSymbol(PdbReaderContext context, BinaryStreamReader reader)
Parameters
context
PdbReaderContextThe reading context in which the symbol is situated in.
reader
BinaryStreamReaderThe input stream to read from.
Methods
GetInfo()
Obtains the wrapped build information.
protected override BuildInfoLeaf? GetInfo()
Returns
- BuildInfoLeaf
The information.
Remarks
This method is called upon initialization of the Info property.