C# 클래스 DroidExplorer.Configuration.Settings

상속: ISettings
파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_defaultSettingsFile System.IO.FileInfo
_settingsFile System.IO.FileInfo

Private Properties

프로퍼티 타입 설명
Settings System

공개 메소드들

메소드 설명
Reload ( ) : void

Reloads the setting values

Save ( ) : void

Saves this instance.

보호된 메소드들

메소드 설명
OnLoaded ( EventArgs e ) : void

Raises the E:Loaded event.

OnSaved ( EventArgs e ) : void

Raises the E:Saved event.

비공개 메소드들

메소드 설명
Settings ( ) : System

Initializes the Settings class.

메소드 상세

OnLoaded() 보호된 메소드

Raises the E:Loaded event.
protected OnLoaded ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
리턴 void

OnSaved() 보호된 메소드

Raises the E:Saved event.
protected OnSaved ( EventArgs e ) : void
e System.EventArgs The instance containing the event data.
리턴 void

Reload() 공개 메소드

Reloads the setting values
public Reload ( ) : void
리턴 void

Save() 공개 메소드

Saves this instance.
public Save ( ) : void
리턴 void

프로퍼티 상세

_defaultSettingsFile 보호되어 있는 정적으로 프로퍼티

protected static FileInfo,System.IO _defaultSettingsFile
리턴 System.IO.FileInfo

_settingsFile 보호되어 있는 정적으로 프로퍼티

protected static FileInfo,System.IO _settingsFile
리턴 System.IO.FileInfo