Table of Contents

Class SerializedProcedureTypeRecord

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

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

public class SerializedProcedureTypeRecord : ProcedureTypeRecord, ITpiLeaf, ICodeViewLeaf
Inheritance
SerializedProcedureTypeRecord
Implements
Inherited Members

Constructors

SerializedProcedureTypeRecord(PdbReaderContext, uint, BinaryStreamReader)

Reads a procedure type from the provided input stream.

public SerializedProcedureTypeRecord(PdbReaderContext context, uint typeIndex, BinaryStreamReader reader)

Parameters

context PdbReaderContext

The reading context in which the type is situated in.

typeIndex uint

The index to assign to the type.

reader BinaryStreamReader

The input stream to read from.

Methods

GetArguments()

Obtains the argument types of the procedure..

protected override ArgumentListLeaf? GetArguments()

Returns

ArgumentListLeaf

The argument types.

Remarks

This method is called upon initialization of the Arguments property.

GetReturnType()

Obtains the return type of the procedure.

protected override CodeViewTypeRecord? GetReturnType()

Returns

CodeViewTypeRecord

The return type.

Remarks

This method is called upon initialization of the ReturnType property.