Class SerializedCallSiteSymbol
- Namespace
- AsmResolver.Symbols.Pdb.Records.Serialized
- Assembly
- AsmResolver.Symbols.Pdb.dll
Represents a lazily initialized implementation of CallSiteSymbol that is read from a PDB image.
public class SerializedCallSiteSymbol : CallSiteSymbol, ICodeViewSymbol
- Inheritance
-
SerializedCallSiteSymbol
- Implements
- Inherited Members
Constructors
SerializedCallSiteSymbol(PdbReaderContext, BinaryStreamReader)
Reads a call site symbol from the provided input stream.
public SerializedCallSiteSymbol(PdbReaderContext context, BinaryStreamReader reader)
Parameters
context
PdbReaderContextThe reading context in which the symbol is situated in.
reader
BinaryStreamReaderThe input stream to read from.
Methods
GetFunctionType()
Obtains the function type of the call.
protected override CodeViewTypeRecord? GetFunctionType()
Returns
- CodeViewTypeRecord
The type.
Remarks
This method is called upon initialization of the FunctionType property.