Click or drag to resize

CommandLinePositionArguments Property

Gets the command line positioned arguments.

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

Property Value

Type: IReadOnlyDictionaryInt32, String
The position arguments.
See Also