C# 클래스 WebSiteAdvantage.KeePass.Firefox.FirefoxProfileInfo

data gathered from the profileIni file
파일 보기 프로젝트 열기: Tiggerito/WebSiteAdvantage.KeePass.Firefox 1 사용 예제들

공개 메소드들

메소드 설명
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