C# Class PCSX2Bonus.PortableSettingsProvider

Inheritance: System.Configuration.SettingsProvider
Exibir arquivo Open project: CyberFoxHax/PCSXBonus

Private Properties

Property Type Description
GetValue string
IsRoaming bool
SetValue void

Public Methods

Method Description
GetAppSettingsFilename ( ) : string
GetAppSettingsPath ( ) : string
GetPropertyValues ( SettingsContext context, SettingsPropertyCollection props ) : SettingsPropertyValueCollection
Initialize ( string name, NameValueCollection col ) : void
SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection propvals ) : void

Private Methods

Method Description
GetValue ( SettingsProperty setting ) : string
IsRoaming ( SettingsProperty prop ) : bool
SetValue ( SettingsPropertyValue propVal ) : void

Method Details

GetAppSettingsFilename() public method

public GetAppSettingsFilename ( ) : string
return string

GetAppSettingsPath() public method

public GetAppSettingsPath ( ) : string
return string

GetPropertyValues() public method

public GetPropertyValues ( SettingsContext context, SettingsPropertyCollection props ) : SettingsPropertyValueCollection
context System.Configuration.SettingsContext
props System.Configuration.SettingsPropertyCollection
return System.Configuration.SettingsPropertyValueCollection

Initialize() public method

public Initialize ( string name, NameValueCollection col ) : void
name string
col System.Collections.Specialized.NameValueCollection
return void

SetPropertyValues() public method

public SetPropertyValues ( SettingsContext context, SettingsPropertyValueCollection propvals ) : void
context System.Configuration.SettingsContext
propvals System.Configuration.SettingsPropertyValueCollection
return void