C# 클래스 KeePass.Util.CommandLineArgs

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

공개 메소드들

메소드 설명
CommandLineArgs ( Array vArgs ) : System
Remove ( string strParamName ) : bool
SafeDeserialize ( string str ) : string[]
SafeSerialize ( Array args ) : string
this ( string strKey ) : string

Get the value of a command line parameter. Returns null if no key-value pair with the specified key exists.

비공개 메소드들

메소드 설명
CopyFrom ( CommandLineArgs args ) : void
GetParameter ( string strCompiled ) : string>.KeyValuePair

메소드 상세

CommandLineArgs() 공개 메소드

public CommandLineArgs ( Array vArgs ) : System
vArgs Array
리턴 System

Remove() 공개 메소드

public Remove ( string strParamName ) : bool
strParamName string
리턴 bool

SafeDeserialize() 공개 정적인 메소드

public static SafeDeserialize ( string str ) : string[]
str string
리턴 string[]

SafeSerialize() 공개 정적인 메소드

public static SafeSerialize ( Array args ) : string
args Array
리턴 string

this() 공개 메소드

Get the value of a command line parameter. Returns null if no key-value pair with the specified key exists.
public this ( string strKey ) : string
strKey string
리턴 string