C# Class KeePass.Program

Afficher le fichier Open project: cappert/keepass2

Méthodes publiques

Méthode Description
CommonInit ( ) : bool

Common program initialization function that can also be used by applications that use KeePass as a library (like e.g. KPScript).

CommonTerminate ( ) : void
GetSafeMainWindowHandle ( ) : IntPtr
NotifyUserActivity ( ) : void

Private Methods

Méthode Description
ActivatePreviousInstance ( string args ) : void
BroadcastAppMessageAndCleanUp ( AppMessage msg ) : void
InitEnvSecurity ( ) : void
IsDevelopmentSnapshot ( ) : bool
LoadTranslation ( ) : void
Main ( string args ) : void
MainCleanUp ( ) : void
TryGlobalInstanceNotify ( string strBaseName ) : Mutex

Method Details

CommonInit() public static méthode

Common program initialization function that can also be used by applications that use KeePass as a library (like e.g. KPScript).
public static CommonInit ( ) : bool
Résultat bool

CommonTerminate() public static méthode

public static CommonTerminate ( ) : void
Résultat void

GetSafeMainWindowHandle() public static méthode

public static GetSafeMainWindowHandle ( ) : IntPtr
Résultat System.IntPtr

NotifyUserActivity() public static méthode

public static NotifyUserActivity ( ) : void
Résultat void