The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
StartupEventArgs::CommandLine Property
.NET Framework (current version)
Gets the command-line arguments of the application.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
public: property ReadOnlyCollection<String^>^ CommandLine { ReadOnlyCollection<String^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<String^>^A ReadOnlyCollection<T> object that contains the command-line arguments of the application.
The Startup event occurs when the application starts, if the application implements the Visual Basic Application Model. For more information, see Overview of the Visual Basic Application Model.
.NET Framework
Available since 2.0
Available since 2.0
Show: