DebugDirectoryEntry.DataSize Property

Definition

Gets the size of the debug data (not including the debug directory itself).

public:
 property int DataSize { int get(); };
public int DataSize { get; }
member this.DataSize : int
Public ReadOnly Property DataSize As Integer

Property Value

the size of the debug data (excluding the debug directory).

Applies to