C# Class System.Diagnostics.Switch

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
Initialize void
InitializeWithStatus bool
Refresh void
RefreshAll void
_pruneCachedSwitches void

Méthodes protégées

Méthode Description
GetSupportedAttributes ( ) : string[]
OnSwitchSettingChanged ( ) : void
OnValueChanged ( ) : void
Switch ( string displayName, string description )
Switch ( string displayName, string description, string defaultSwitchValue )
Switch ( string displayName, string description ) : System
Switch ( string displayName, string description, string defaultSwitchValue ) : System

Private Methods

Méthode Description
Initialize ( ) : void
InitializeWithStatus ( ) : bool
Refresh ( ) : void
RefreshAll ( ) : void
_pruneCachedSwitches ( ) : void

Method Details

GetSupportedAttributes() protected méthode

protected GetSupportedAttributes ( ) : string[]
Résultat string[]

OnSwitchSettingChanged() protected méthode

protected OnSwitchSettingChanged ( ) : void
Résultat void

OnValueChanged() protected méthode

protected OnValueChanged ( ) : void
Résultat void

Switch() protected méthode

protected Switch ( string displayName, string description )
displayName string
description string

Switch() protected méthode

protected Switch ( string displayName, string description, string defaultSwitchValue )
displayName string
description string
defaultSwitchValue string

Switch() protected méthode

protected Switch ( string displayName, string description ) : System
displayName string
description string
Résultat System

Switch() protected méthode

protected Switch ( string displayName, string description, string defaultSwitchValue ) : System
displayName string
description string
defaultSwitchValue string
Résultat System