SystemDiagnosticsSection Class
Configura el diagnóstico y el seguimiento del sistema.
Sintaxis
class SystemDiagnosticsSection : ConfigurationSectionWithCollection
Métodos
La siguiente tabla muestra los métodos expuestos por la clase SystemDiagnosticsSection
.
Nombre | Descripción |
---|---|
Add (Agregar) | (Se hereda de ConfigurationSectionWithCollection). |
Borrar | (Se hereda de ConfigurationSectionWithCollection ). |
Get | (Se hereda de ConfigurationSectionWithCollection ). |
GetAllowDefinition | (Se hereda de ConfigurationSection). |
GetAllowLocation | (Se hereda de ConfigurationSection ). |
Remove | (Se hereda de ConfigurationSectionWithCollection ). |
RevertToParent | (Se hereda de ConfigurationSection ). |
SetAllowDefinition | (Se hereda de ConfigurationSection ). |
SetAllowLocation | (Se hereda de ConfigurationSection ). |
Propiedades
La siguiente tabla muestra las propiedades expuestas por la clase SystemDiagnosticsSection
.
Nombre | Descripción |
---|---|
Assert |
Valor AssertSettings que especifica el modo de interfaz de usuario para el métodoSystem.Diagnostics.Debug.Assert y el nombre de un archivo de registro de mensajes. |
Location |
(Se hereda de ConfigurationSection ). Una propiedad clave. |
Path |
(Se hereda de ConfigurationSection ). Una propiedad clave. |
PerformanceCounters |
Valor PerformanceCounterSettings que especifica el tamaño de la memoria global compartida por contadores de rendimiento. |
SectionInformation |
(Se hereda de ConfigurationSection ). |
SharedListeners |
Valor ListenerSettings que contiene agentes de escucha a los que puede hacer referencia cualquier elemento de origen o de seguimiento. |
Sources |
Valor SourceSettings que especifica orígenes de seguimiento que inician mensajes de seguimiento. |
Switches |
Valor SwitchSettings que contiene definiciones de modificador de seguimiento. |
Trace |
Valor TraceSettings que contiene agentes de escucha que recopilan, almacenan y enrutan mensajes de seguimiento. |
Subclases
Esta clase no contiene subclases.
Jerarquía de herencia
ConfigurationSectionWithCollection
SystemDiagnosticsSection
Requisitos
Tipo | Descripción |
---|---|
Remoto | - IIS 7.0 en Windows Vista - IIS 7.5 en Windows 7 - IIS 8.0 en Windows 8 - IIS 10.0 en Windows 10 |
Server | - IIS 7.0 en Windows Server 2008 - IIS 7.5 en Windows Server 2008 R2 - IIS 8.0 en Windows Server 2012 - IIS 8.5 en Windows Server 2012 R2 - IIS 10.0 en Windows Server 2016 |
Producto | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 |
Archivo MOF | WebAdministration.mof |
Consulte también
AssertSettings Class
ConfigurationSectionWithCollection Class
ListenerSettings Class
PerformanceCounterSettings Class
SourceSettings Class
SwitchSettings Class
TraceSettings Class
System.Diagnostics.Debug.Assert Method