SwitchLevelAttribute Class
Assembly: System (in system.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Class)> _ Public NotInheritable Class SwitchLevelAttribute Inherits Attribute 'Usage Dim instance As SwitchLevelAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class) */ public final class SwitchLevelAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class) public final class SwitchLevelAttribute extends Attribute
This attribute is intended to be applied to all classes that inherit from the Switch class. The purpose of the attribute is to identify the type that specifies the switch criteria of the switch. Each switch determines whether a trace is to be written, based on whether an event type matches or exceeds the value of the SwitchLevelType property for the switch. The type used for the SwitchLevelType property varies for different switches. For example, the switch level type for the BooleanSwitch class is Boolean, and the switch level type for the TraceSwitch class is TraceLevel.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.