Table of Contents

Class SerializedThunkSymbol

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

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

public class SerializedThunkSymbol : ThunkSymbol, IScopeCodeViewSymbol, ICodeViewSymbol, ICodeViewSymbolProvider
Inheritance
SerializedThunkSymbol
Implements
Inherited Members

Constructors

SerializedThunkSymbol(PdbReaderContext, BinaryStreamReader)

Reads a thunk symbol from the provided input stream.

public SerializedThunkSymbol(PdbReaderContext context, BinaryStreamReader reader)

Parameters

context PdbReaderContext

The reading context in which the symbol is situated in.

reader BinaryStreamReader

The input stream to read from.

Methods

GetName()

Obtains the name of the thunk.

protected override Utf8String GetName()

Returns

Utf8String

The name.

Remarks

This method is called upon initialization of the Name property.