C# Class KeePass.Util.CommandLineArgs

Afficher le fichier Open project: Strangelovian/KeePass2Core Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CopyFrom ( CommandLineArgs args ) : void
GetParameter ( string strCompiled ) : string>.KeyValuePair

Method Details

CommandLineArgs() public méthode

public CommandLineArgs ( Array vArgs ) : System
vArgs Array
Résultat System

Remove() public méthode

public Remove ( string strParamName ) : bool
strParamName string
Résultat bool

SafeDeserialize() public static méthode

public static SafeDeserialize ( string str ) : string[]
str string
Résultat string[]

SafeSerialize() public static méthode

public static SafeSerialize ( Array args ) : string
args Array
Résultat string

this() public méthode

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
Résultat string