Class EmptyDebugDataSegment
- Namespace
- AsmResolver.PE.Debug
- Assembly
- AsmResolver.PE.dll
Represents the contents of an empty debug data entry.
public sealed class EmptyDebugDataSegment : IDebugDataSegment, ISegment, IOffsetProvider, IWritable
- Inheritance
-
EmptyDebugDataSegment
- Implements
- Inherited Members
Constructors
EmptyDebugDataSegment(DebugDataType)
Creates a new empty debug data segment for the provided debug data content.
public EmptyDebugDataSegment(DebugDataType type)
Parameters
type
DebugDataTypeThe content type.
Properties
Type
Gets the type of debug data stored in the segment.
public DebugDataType Type { get; }