C# Class KeePass.Util.Spr.SprContext

Afficher le fichier Open project: amiryal/keepass2 Class Usage Examples

Private Properties

Свойство Type Description
Init void
WithoutContentTransformations SprContext

Méthodes publiques

Méthode Description
Clone ( ) : SprContext
SprContext ( ) : System
SprContext ( PwEntry pe, KeePassLib.PwDatabase pd, SprCompileFlags fl ) : System
SprContext ( PwEntry pe, KeePassLib.PwDatabase pd, SprCompileFlags fl, bool bEncodeAsAutoTypeSequence, bool bEncodeQuotesForCommandLine ) : System

Private Methods

Méthode Description
Init ( PwEntry pe, KeePassLib.PwDatabase pd, bool bAT, bool bCmdQuotes, SprCompileFlags fl ) : void
WithoutContentTransformations ( ) : SprContext

Used by SprEngine internally; do not use.

Method Details

Clone() public méthode

public Clone ( ) : SprContext
Résultat SprContext

SprContext() public méthode

public SprContext ( ) : System
Résultat System

SprContext() public méthode

public SprContext ( PwEntry pe, KeePassLib.PwDatabase pd, SprCompileFlags fl ) : System
pe PwEntry
pd KeePassLib.PwDatabase
fl SprCompileFlags
Résultat System

SprContext() public méthode

public SprContext ( PwEntry pe, KeePassLib.PwDatabase pd, SprCompileFlags fl, bool bEncodeAsAutoTypeSequence, bool bEncodeQuotesForCommandLine ) : System
pe PwEntry
pd KeePassLib.PwDatabase
fl SprCompileFlags
bEncodeAsAutoTypeSequence bool
bEncodeQuotesForCommandLine bool
Résultat System