C# Class KeePass.Util.AutoTypeCtx

Auto-type candidate context.
Datei anzeigen Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method Description
AutoTypeCtx ( ) : System
AutoTypeCtx ( string strSequence, PwEntry pe, KeePassLib.PwDatabase pd ) : System
Clone ( ) : AutoTypeCtx

Method Details

AutoTypeCtx() public method

public AutoTypeCtx ( ) : System
return System

AutoTypeCtx() public method

public AutoTypeCtx ( string strSequence, PwEntry pe, KeePassLib.PwDatabase pd ) : System
strSequence string
pe PwEntry
pd KeePassLib.PwDatabase
return System

Clone() public method

public Clone ( ) : AutoTypeCtx
return AutoTypeCtx