SwitchLevelAttribute Class
Assembly: System (in system.dll)
[AttributeUsageAttribute(AttributeTargets.Class)] public sealed class SwitchLevelAttribute : Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class) */ public final class SwitchLevelAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class) public final class SwitchLevelAttribute extends Attribute
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.