C# 클래스 System.Diagnostics.Switch

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Initialize void
InitializeWithStatus bool
Refresh void
RefreshAll void
_pruneCachedSwitches void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Initialize ( ) : void
InitializeWithStatus ( ) : bool
Refresh ( ) : void
RefreshAll ( ) : void
_pruneCachedSwitches ( ) : void

메소드 상세

GetSupportedAttributes() 보호된 메소드

protected GetSupportedAttributes ( ) : string[]
리턴 string[]

OnSwitchSettingChanged() 보호된 메소드

protected OnSwitchSettingChanged ( ) : void
리턴 void

OnValueChanged() 보호된 메소드

protected OnValueChanged ( ) : void
리턴 void

Switch() 보호된 메소드

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

Switch() 보호된 메소드

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

Switch() 보호된 메소드

protected Switch ( string displayName, string description ) : System
displayName string
description string
리턴 System

Switch() 보호된 메소드

protected Switch ( string displayName, string description, string defaultSwitchValue ) : System
displayName string
description string
defaultSwitchValue string
리턴 System