C# Class KeePass.Util.CommandLineArgs

Show file Open project: Strangelovian/KeePass2Core Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
CopyFrom ( CommandLineArgs args ) : void
GetParameter ( string strCompiled ) : string>.KeyValuePair

Method Details

CommandLineArgs() public method

public CommandLineArgs ( Array vArgs ) : System
vArgs Array
return System

Remove() public method

public Remove ( string strParamName ) : bool
strParamName string
return bool

SafeDeserialize() public static method

public static SafeDeserialize ( string str ) : string[]
str string
return string[]

SafeSerialize() public static method

public static SafeSerialize ( Array args ) : string
args Array
return string

this() public method

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