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
PdbReaderContextThe reading context in which the type is situated in.
typeIndex
uintThe index to assign to the type.
reader
BinaryStreamReaderThe 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.