C# Class KeePass.Util.Spr.SprContext

Show file Open project: amiryal/keepass2 Class Usage Examples

Private Properties

Property Type Description
Init void
WithoutContentTransformations SprContext

Public Methods

Method 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

Method 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 method

public Clone ( ) : SprContext
return SprContext

SprContext() public method

public SprContext ( ) : System
return System

SprContext() public method

public SprContext ( PwEntry pe, KeePassLib.PwDatabase pd, SprCompileFlags fl ) : System
pe PwEntry
pd KeePassLib.PwDatabase
fl SprCompileFlags
return System

SprContext() public method

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
return System