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