DebugDirectoryEntry.DataSize 属性

定义

获取调试数据的大小(不包括调试目录本身)。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

属性值

Int32

调试数据的大小 (排除调试目录) 。the size of the debug data (excluding the debug directory).

适用于