Class SerializedFrameProcedureSymbol
- Namespace
- AsmResolver.Symbols.Pdb.Records.Serialized
- Assembly
- AsmResolver.Symbols.Pdb.dll
Represents a lazily initialized implementation of FrameProcedureSymbol that is read from a PDB image.
public class SerializedFrameProcedureSymbol : FrameProcedureSymbol, ICodeViewSymbol
- Inheritance
-
SerializedFrameProcedureSymbol
- Implements
- Inherited Members
Constructors
SerializedFrameProcedureSymbol(BinaryStreamReader)
Reads a frame proceudre symbol from the provided input stream.
public SerializedFrameProcedureSymbol(BinaryStreamReader reader)
Parameters
reader
BinaryStreamReaderThe input stream to read from.