Table of Contents

Class SerializedFrameCookieSymbol

Namespace
AsmResolver.Symbols.Pdb.Records.Serialized
Assembly
AsmResolver.Symbols.Pdb.dll

Represents a lazily initialized implementation of FrameCookieSymbol that is read from a PDB image.

public class SerializedFrameCookieSymbol : FrameCookieSymbol, ICodeViewSymbol
Inheritance
SerializedFrameCookieSymbol
Implements
Inherited Members

Constructors

SerializedFrameCookieSymbol(BinaryStreamReader)

Reads a frame cookie symbol from the provided input stream.

public SerializedFrameCookieSymbol(BinaryStreamReader reader)

Parameters

reader BinaryStreamReader

The input stream to read from.