C# Класс WebSiteAdvantage.KeePass.Firefox.FirefoxProfileInfo

data gathered from the profileIni file
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

FindFirefoxProfileInfos() публичный статический Метод

try and find the current users default profile searches for firefox application data in: LocalApplicationData ApplicationData CommonApplicationData
public static FindFirefoxProfileInfos ( ) : List
Результат List

FindFirefoxProfileInfos() публичный статический Метод

public static FindFirefoxProfileInfos ( string applicationsPath, List profiles ) : void
applicationsPath string
profiles List
Результат void

FindFirefoxProfileInfos() публичный статический Метод

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
Результат void

FindFirefoxProfileInfosFromIniFile() публичный статический Метод

public static FindFirefoxProfileInfosFromIniFile ( string profilesIni, List profiles ) : void
profilesIni string
profiles List
Результат void

FindPrimaryProfile() публичный статический Метод

public static FindPrimaryProfile ( ) : FirefoxProfileInfo
Результат FirefoxProfileInfo

FindPrimaryProfile() публичный статический Метод

Either the first defualt profile or the first profile excludes any invalid profiles
public static FindPrimaryProfile ( List profiles ) : FirefoxProfileInfo
profiles List
Результат FirefoxProfileInfo

ToString() публичный Метод

public ToString ( ) : string
Результат string