Click or drag to resize

CommandLineGetArgument Method (Int32, Object, Type)

Gets a command line argument value by position.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Object GetArgument(
	int index,
	Object defaultValue,
	Type conversionType
)

Parameters

index
Type: SystemInt32
The argument index.
defaultValue
Type: SystemObject
The default value if the argument is not defined.
conversionType
Type: SystemType
The expected argument value type.

Return Value

Type: Object
A typed value.
See Also