Click or drag to resize

CommandLineNamedArguments Property

Gets the command line named arguments.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IReadOnlyDictionary<string, string> NamedArguments { get; }

Property Value

Type: IReadOnlyDictionaryString, String
The named arguments.
See Also