ParameterInfo.IncludeInDebugDump 属性

定义

获取一个值,该值指示是在调试转储文件中包含用户定义变量的变量值还是包含系统变量的变量值。

public:
 property bool IncludeInDebugDump { bool get(); };
public bool IncludeInDebugDump { get; }
member this.IncludeInDebugDump : bool
Public ReadOnly Property IncludeInDebugDump As Boolean

属性值

Boolean

如果变量包含在调试转储文件中,则为 true;否则为 false。

适用于