Method | Description | |
---|---|---|
GetBool ( string key ) : bool | ||
GetFiles ( string args ) : List |
Retrieve file names from the command line
|
|
GetInt32 ( string key ) : int | ||
GetProperty ( string key ) : string | ||
HasProperty ( string key ) : bool |
Determines whether a property was written in the command line
|
public static GetFiles ( string args ) : List |
||
args | string | |
return | List |
public static GetProperty ( string key ) : string | ||
key | string | |
return | string |
public static HasProperty ( string key ) : bool | ||
key | string | Name of the property |
return | bool |