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
contextPEReaderContextThe reader context.
typeDebugDataTypeThe type of data.
readerBinaryStreamReaderThe input stream to read from.
Returns
- IDebugDataSegment
The debug data, or
nullif the debug data could not be read.