C# Class WebSiteAdvantage.KeePass.Firefox.FirefoxProfileInfo

data gathered from the profileIni file
Datei anzeigen Open project: Tiggerito/WebSiteAdvantage.KeePass.Firefox Class Usage Examples

Public Methods

Method Description
FindFirefoxProfileInfos ( ) : List

try and find the current users default profile searches for firefox application data in: LocalApplicationData ApplicationData CommonApplicationData

FindFirefoxProfileInfos ( string applicationsPath, List profiles ) : void
FindFirefoxProfileInfos ( string applicationsPath, string applicationPath, List profiles ) : void

look for a default firefox profile in the supplied application data path

FindFirefoxProfileInfosFromIniFile ( string profilesIni, List profiles ) : void
FindPrimaryProfile ( ) : FirefoxProfileInfo
FindPrimaryProfile ( List profiles ) : FirefoxProfileInfo

Either the first defualt profile or the first profile excludes any invalid profiles

ToString ( ) : string

Method Details

FindFirefoxProfileInfos() public static method

try and find the current users default profile searches for firefox application data in: LocalApplicationData ApplicationData CommonApplicationData
public static FindFirefoxProfileInfos ( ) : List
return List

FindFirefoxProfileInfos() public static method

public static FindFirefoxProfileInfos ( string applicationsPath, List profiles ) : void
applicationsPath string
profiles List
return void

FindFirefoxProfileInfos() public static method

look for a default firefox profile in the supplied application data path
public static FindFirefoxProfileInfos ( string applicationsPath, string applicationPath, List profiles ) : void
applicationsPath string
applicationPath string a path to application data
profiles List
return void

FindFirefoxProfileInfosFromIniFile() public static method

public static FindFirefoxProfileInfosFromIniFile ( string profilesIni, List profiles ) : void
profilesIni string
profiles List
return void

FindPrimaryProfile() public static method

public static FindPrimaryProfile ( ) : FirefoxProfileInfo
return FirefoxProfileInfo

FindPrimaryProfile() public static method

Either the first defualt profile or the first profile excludes any invalid profiles
public static FindPrimaryProfile ( List profiles ) : FirefoxProfileInfo
profiles List
return FirefoxProfileInfo

ToString() public method

public ToString ( ) : string
return string