C# 클래스 KeeAnywhere.KeeAnywhereExt

Plugin for KeePass to allow access to cloud storage providers
KeePass SDK documentation: http://keepass.info/help/v2_dev/plg_index.html
상속: KeePass.Plugins.Plugin
파일 보기 프로젝트 열기: Kyrodan/KeeAnywhere

공개 메소드들

메소드 설명
Initialize ( IPluginHost pluginHost ) : bool

Called when the Plugin is being loaded which happens on startup of KeePass

Terminate ( ) : void

비공개 메소드들

메소드 설명
FixGoogleApiDependencyLoading ( ) : void
HasAccounts ( ) : bool
OnOpenFromCloudDrive ( object sender, EventArgs eventArgs ) : void
OnSaveToCloudDrive ( object sender, EventArgs e ) : void
OnShowSetting ( object sender, EventArgs e ) : void
SetBrowserFeatureControl ( ) : void

메소드 상세

Initialize() 공개 메소드

Called when the Plugin is being loaded which happens on startup of KeePass
public Initialize ( IPluginHost pluginHost ) : bool
pluginHost IPluginHost
리턴 bool

Terminate() 공개 메소드

public Terminate ( ) : void
리턴 void