System.Environment.CommandLine Property

Gets the command line for this process.

Syntax

public static string CommandLine { get; }

Value

A string containing the command line arguments.

Remarks

This property provides access to the program name and any arguments specified on the command line when the current process was started.

The program name can include path information, but is not required to do so. Use the Environment.GetCommandLineArgs method to retrieve the command-line information parsed and stored in an array of strings.

The maximum size of the command-line buffer is not set to a specific number of characters; it varies depending on the Windows operating system that is running on the computer.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0