C# 클래스 KeePass.Util.Spr.SprContext

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

Private Properties

프로퍼티 타입 설명
Init void
WithoutContentTransformations SprContext

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Init ( PwEntry pe, KeePassLib.PwDatabase pd, bool bAT, bool bCmdQuotes, SprCompileFlags fl ) : void
WithoutContentTransformations ( ) : SprContext

Used by SprEngine internally; do not use.

메소드 상세

Clone() 공개 메소드

public Clone ( ) : SprContext
리턴 SprContext

SprContext() 공개 메소드

public SprContext ( ) : System
리턴 System

SprContext() 공개 메소드

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

SprContext() 공개 메소드

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
리턴 System