SystemDiagnosticsSection 类
配置系统诊断和跟踪。
语法
class SystemDiagnosticsSection : ConfigurationSectionWithCollection
方法
下表列出了 SystemDiagnosticsSection
类公开的方法。
名称 | 说明 |
---|---|
添加 | (继承自 ConfigurationSectionWithCollection。) |
清除 | (从 ConfigurationSectionWithCollection 继承。) |
Get | (从 ConfigurationSectionWithCollection 继承。) |
GetAllowDefinition | (继承自 ConfigurationSection。) |
GetAllowLocation | (从 ConfigurationSection 继承。) |
删除 | (从 ConfigurationSectionWithCollection 继承。) |
RevertToParent | (从 ConfigurationSection 继承。) |
SetAllowDefinition | (从 ConfigurationSection 继承。) |
SetAllowLocation | (从 ConfigurationSection 继承。) |
属性
下表列出了 SystemDiagnosticsSection
类公开的属性。
名称 | 描述 |
---|---|
Assert |
一个 AssertSettings 值,该值指定 System.Diagnostics.Debug.Assert 方法的用户界面模式以及消息日志文件的名称。 |
Location |
(继承自 ConfigurationSection 。)一个键属性。 |
Path |
(继承自 ConfigurationSection 。)一个键属性。 |
PerformanceCounters |
一个 PerformanceCounterSettings 值,该值指定由性能计数器共享的全局内存的大小。 |
SectionInformation |
(从 ConfigurationSection 继承。) |
SharedListeners |
一个 ListenerSettings 值,该值包含任何源或跟踪元素都可以引用的侦听器。 |
Sources |
一个 SourceSettings 值,该值指定用于启动跟踪消息的跟踪源。 |
Switches |
一个 SwitchSettings 值,该值包含跟踪开关定义。 |
Trace |
一个 TraceSettings 值,该值包含用于收集、存储和路由跟踪消息的侦听器。 |
子类
此类不包含子类。
继承层次结构
ConfigurationSectionWithCollection
SystemDiagnosticsSection
要求
类型 | 描述 |
---|---|
客户端 | - IIS 7.0(在 Windows Vista 上) - IIS 7.5(在 Windows 7 上) - IIS 8.0(在 Windows 8 上) - IIS 10.0(在 Windows 10 上) |
服务器 | - IIS 7.0(在 Windows Server 2008 上) - IIS 7.5(在 Windows Server 2008 R2 上) - IIS 8.0(在 Windows Server 2012 上) - IIS 8.5(在 Windows Server 2012 R2 上) - IIS 10.0(在 Windows Server 2016 上) |
产品 | - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0 |
MOF 文件 | WebAdministration.mof |
另请参阅
AssertSettings 类
ConfigurationSectionWithCollection 类
ListenerSettings 类
PerformanceCounterSettings 类
SourceSettings 类
SwitchSettings 类
TraceSettings 类
System.Diagnostics.Debug.Assert 方法