CommandLineGetArgument Method (String, Object, Type) |
Gets the argument.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static Object GetArgument(
string name,
Object defaultValue,
Type conversionType
)
Parameters
- name
- Type: SystemString
The name. - defaultValue
- Type: SystemObject
The default value. - conversionType
- Type: SystemType
Type of the conversion.
Return Value
Type:
ObjectThe argument value.
See Also