System.Diagnostics.BooleanSwitch Members

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

See Also: Inherited members from System.Diagnostics.Switch

Public Constructors

Initializes a new instance of the System.Diagnostics.BooleanSwitch class with the specified display name and description.

Initializes a new instance of the System.Diagnostics.BooleanSwitch class with the specified display name, description, and default switch value.

Public Properties

Enabledbool.

Gets or sets a value indicating whether the switch is enabled or disabled.

Protected Methods

override
OnValueChanged()

Determines whether the new value of the Switch.Value property can be parsed as a Boolean value.