Table of Contents

Class SerializedDebugDataEntry

Namespace
AsmResolver.PE.Debug
Assembly
AsmResolver.PE.dll

Provides an implementation of a debug data entry that was stored in a PE file.

public class SerializedDebugDataEntry : DebugDataEntry, ISegment, IOffsetProvider, IWritable
Inheritance
SerializedDebugDataEntry
Implements
Inherited Members

Constructors

SerializedDebugDataEntry(PEReaderContext, ref BinaryStreamReader)

Reads a single debug data entry from an input stream.

public SerializedDebugDataEntry(PEReaderContext context, ref BinaryStreamReader directoryReader)

Parameters

context PEReaderContext

The reading context.

directoryReader BinaryStreamReader

The input stream.

Methods

GetContents()

Obtains the contents of the entry.

protected override IDebugDataSegment? GetContents()

Returns

IDebugDataSegment

The contents.

Remarks

This method is called upon initialization of the Contents property.