Click or drag to resize

CommandLineHasArgument Method

Determines whether the argument is available.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool HasArgument(
	string name
)

Parameters

name
Type: SystemString
The argument name.

Return Value

Type: Boolean
true if the argument is available; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also