C# 클래스 KeePass.Program

파일 보기 프로젝트 열기: cappert/keepass2

공개 메소드들

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

비공개 메소드들

메소드 설명
ActivatePreviousInstance ( string args ) : void
BroadcastAppMessageAndCleanUp ( AppMessage msg ) : void
InitEnvSecurity ( ) : void
IsDevelopmentSnapshot ( ) : bool
LoadTranslation ( ) : void
Main ( string args ) : void
MainCleanUp ( ) : void
TryGlobalInstanceNotify ( string strBaseName ) : Mutex

메소드 상세

CommonInit() 공개 정적인 메소드

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
리턴 bool

CommonTerminate() 공개 정적인 메소드

public static CommonTerminate ( ) : void
리턴 void

GetSafeMainWindowHandle() 공개 정적인 메소드

public static GetSafeMainWindowHandle ( ) : IntPtr
리턴 System.IntPtr

NotifyUserActivity() 공개 정적인 메소드

public static NotifyUserActivity ( ) : void
리턴 void