Interface IDebugDataReader
- Namespace
- AsmResolver.PE.Debug
- Assembly
- AsmResolver.PE.dll
Provides members for reading a stream stored in the debug data directory of a PE image.
public interface IDebugDataReader
Methods
ReadDebugData(PEReaderContext, DebugDataType, ref BinaryStreamReader)
Reads the contents of a single debug data entry.
IDebugDataSegment? ReadDebugData(PEReaderContext context, DebugDataType type, ref BinaryStreamReader reader)
Parameters
context
PEReaderContextThe reader context.
type
DebugDataTypeThe type of data.
reader
BinaryStreamReaderThe input stream to read from.
Returns
- IDebugDataSegment
The debug data, or
null
if the debug data could not be read.