C# 클래스 PortableSettingsProvider, Baka-MPlayer-old

상속: SettingsProvider
파일 보기 프로젝트 열기: godly-devotion/Baka-MPlayer-old 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetValue string
IsRoaming bool
SetValue void

공개 메소드들

메소드 설명
GetAppSettingsFilename ( ) : string
GetAppSettingsPath ( ) : string
Initialize ( string name, NameValueCollection col ) : void

비공개 메소드들

메소드 설명
GetValue ( SettingsProperty setting ) : string
IsRoaming ( SettingsProperty prop ) : bool
SetValue ( SettingsPropertyValue propVal ) : void

메소드 상세

GetAppSettingsFilename() 공개 메소드

public GetAppSettingsFilename ( ) : string
리턴 string

GetAppSettingsPath() 공개 메소드

public GetAppSettingsPath ( ) : string
리턴 string

Initialize() 공개 메소드

public Initialize ( string name, NameValueCollection col ) : void
name string
col NameValueCollection
리턴 void