C# Class System.Diagnostics.TraceSwitch

Inheritance: Switch
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
TraceSwitch ( string displayName, string description )
TraceSwitch ( string displayName, string description, string defaultSwitchValue )

Protected Methods

Method Description
OnSwitchSettingChanged ( ) : void
OnValueChanged ( ) : void

Method Details

OnSwitchSettingChanged() protected method

protected OnSwitchSettingChanged ( ) : void
return void

OnValueChanged() protected method

protected OnValueChanged ( ) : void
return void

TraceSwitch() public method

public TraceSwitch ( string displayName, string description )
displayName string
description string

TraceSwitch() public method

public TraceSwitch ( string displayName, string description, string defaultSwitchValue )
displayName string
description string
defaultSwitchValue string