Share via


Application.EnableDump 属性

定义

获取或设置应用程序是否启用转储。

public:
 property bool EnableDump { bool get(); void set(bool value); };
public bool EnableDump { get; set; }
member this.EnableDump : bool with get, set
Public Property EnableDump As Boolean

属性值

如果应用程序启用转储,则为 True;否则为 false。

适用于