Click or drag to resize

CommandLineGetArgument Method (String, Object, Type)

Gets the argument.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: Object
The argument value.
See Also