System.Diagnostics.SwitchAttribute Members

The members of System.Diagnostics.SwitchAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Initializes a new instance of the System.Diagnostics.SwitchAttribute class, specifying the name and the type of the switch.

Public Properties

SwitchDescriptionstring.

Gets or sets the description of the switch.

SwitchNamestring.

Gets or sets the display name of the switch.

SwitchTypeType.

Gets or sets the type of the switch.

Public Methods

static
GetAll(System.Reflection.Assembly) : SwitchAttribute[]

Returns all switch attributes for the specified assembly.