C# Class System.Diagnostics.SourceSwitch

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

Méthodes publiques

Méthode Description
ShouldTrace ( System eventType ) : bool
SourceSwitch ( string name )
SourceSwitch ( string displayName, string defaultSwitchValue )

Méthodes protégées

Méthode Description
OnValueChanged ( ) : void

Method Details

OnValueChanged() protected méthode

protected OnValueChanged ( ) : void
Résultat void

ShouldTrace() public méthode

public ShouldTrace ( System eventType ) : bool
eventType System
Résultat bool

SourceSwitch() public méthode

public SourceSwitch ( string name )
name string

SourceSwitch() public méthode

public SourceSwitch ( string displayName, string defaultSwitchValue )
displayName string
defaultSwitchValue string