C# 클래스 KeePass.Util.AutoType

파일 보기 프로젝트 열기: cappert/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
GetNextEventID ( ) : int
IsValidAutoTypeWindow ( IntPtr hWindow, bool bBeepIfNot ) : bool
PerformGlobal ( List vSources, ImageList ilIcons ) : bool
PerformIntoCurrentWindow ( PwEntry pe, KeePassLib.PwDatabase pdContext ) : bool
PerformIntoCurrentWindow ( PwEntry pe, KeePassLib.PwDatabase pdContext, string strSeq ) : bool
PerformIntoPreviousWindow ( Form fCurrent, PwEntry pe, KeePassLib.PwDatabase pdContext ) : bool
PerformIntoPreviousWindow ( Form fCurrent, PwEntry pe, KeePassLib.PwDatabase pdContext, string strSeq ) : bool

비공개 메소드들

메소드 설명
AddSequence ( List lSeq, string strSeq ) : void
CanonicalizeSeq ( string strSeq ) : string
Execute ( AutoTypeCtx ctx ) : bool
GetSequencesForWindow ( PwEntry pwe, IntPtr hWnd, string strWindow, KeePassLib.PwDatabase pdContext, int iEventID ) : List
GetSequencesForWindowBegin ( IntPtr hWnd, string strWindow ) : KeePass.Util.SequenceQueriesEventArgs
GetSequencesForWindowEnd ( KeePass.Util.SequenceQueriesEventArgs e ) : void
InitStatic ( ) : void
IsOwnWindow ( IntPtr hWindow ) : bool
MatchWindows ( string strFilter, string strWindow ) : bool
PerformInternal ( AutoTypeCtx ctx, string strWindow ) : bool
PerformIntoCurrentWindow ( PwEntry pe ) : bool
PerformIntoPreviousWindow ( Form fCurrent, PwEntry pe ) : bool
RaiseSequenceQueryEvent ( EventHandler f, int iEventID, IntPtr hWnd, string strWindow, PwEntry pwe, KeePassLib.PwDatabase pdContext, List lSeq ) : void

메소드 상세

GetNextEventID() 공개 정적인 메소드

public static GetNextEventID ( ) : int
리턴 int

IsValidAutoTypeWindow() 공개 정적인 메소드

public static IsValidAutoTypeWindow ( IntPtr hWindow, bool bBeepIfNot ) : bool
hWindow System.IntPtr
bBeepIfNot bool
리턴 bool

PerformGlobal() 공개 정적인 메소드

public static PerformGlobal ( List vSources, ImageList ilIcons ) : bool
vSources List
ilIcons System.Windows.Forms.ImageList
리턴 bool

PerformIntoCurrentWindow() 공개 정적인 메소드

public static PerformIntoCurrentWindow ( PwEntry pe, KeePassLib.PwDatabase pdContext ) : bool
pe PwEntry
pdContext KeePassLib.PwDatabase
리턴 bool

PerformIntoCurrentWindow() 공개 정적인 메소드

public static PerformIntoCurrentWindow ( PwEntry pe, KeePassLib.PwDatabase pdContext, string strSeq ) : bool
pe PwEntry
pdContext KeePassLib.PwDatabase
strSeq string
리턴 bool

PerformIntoPreviousWindow() 공개 정적인 메소드

public static PerformIntoPreviousWindow ( Form fCurrent, PwEntry pe, KeePassLib.PwDatabase pdContext ) : bool
fCurrent System.Windows.Forms.Form
pe PwEntry
pdContext KeePassLib.PwDatabase
리턴 bool

PerformIntoPreviousWindow() 공개 정적인 메소드

public static PerformIntoPreviousWindow ( Form fCurrent, PwEntry pe, KeePassLib.PwDatabase pdContext, string strSeq ) : bool
fCurrent System.Windows.Forms.Form
pe PwEntry
pdContext KeePassLib.PwDatabase
strSeq string
리턴 bool