Class SerializedPublicSymbol
- Namespace
- AsmResolver.Symbols.Pdb.Records.Serialized
- Assembly
- AsmResolver.Symbols.Pdb.dll
Represents a lazily initialized implementation of PublicSymbol that is read from a PDB image.
public class SerializedPublicSymbol : PublicSymbol, ICodeViewSymbol
- Inheritance
-
SerializedPublicSymbol
- Implements
- Inherited Members
Constructors
SerializedPublicSymbol(BinaryStreamReader)
Reads a public symbol from the provided input stream.
public SerializedPublicSymbol(BinaryStreamReader reader)
Parameters
reader
BinaryStreamReaderThe input stream to read from.
Methods
GetName()
Obtains the name of the public symbol.
protected override Utf8String GetName()
Returns
- Utf8String
The name.
Remarks
This method is called upon initialization of the Name property.