Table of Contents

Class SerializedMethodListEntry

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

Provides a lazily initialized implementation of MethodListEntry that is read from a PDB image.

public class SerializedMethodListEntry : MethodListEntry
Inheritance
SerializedMethodListEntry
Inherited Members

Constructors

SerializedMethodListEntry(PdbReaderContext, ref BinaryStreamReader)

Reads a member function from the provided input stream.

public SerializedMethodListEntry(PdbReaderContext context, ref BinaryStreamReader reader)

Parameters

context PdbReaderContext

The reading context in which the type is situated in.

reader BinaryStreamReader

The input stream to read from.

Methods

GetFunction()

Obtains the function that this method references.

protected override MemberFunctionLeaf? GetFunction()

Returns

MemberFunctionLeaf

The function.

Remarks

This method is called upon initialization of the Function property.