C# Class KeePass.App.Configuration.AppConfigSerializer

Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
Load ( ) : AppConfigEx
Save ( AppConfigEx tConfig ) : bool

Private Methods

Méthode Description
EnsureAppDataDirAvailable ( ) : void
GetConfigPaths ( ) : void
LoadConfigFileEx ( string strFilePath, XmlDocument xdEnforced ) : AppConfigEx
LoadEnforcedConfigFile ( ) : XmlDocument
SaveConfigFileEx ( AppConfigEx tConfig, string strFilePath, bool bRemoveConfigPref ) : bool

Method Details

Load() public static méthode

public static Load ( ) : AppConfigEx
Résultat AppConfigEx

Save() public static méthode

public static Save ( AppConfigEx tConfig ) : bool
tConfig AppConfigEx
Résultat bool