Click or drag to resize

CommandLineCommandLineWithoutExe Property

Gets the command line without the executable argument.

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

Property Value

Type: String
The command line without the executable argument.
See Also