StartupNextInstanceEventArgs::CommandLine Property

 

Gets the command-line arguments of the subsequent application instance.

Namespace:   Microsoft.VisualBasic.ApplicationServices
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 subsequent application instance.

The StartupNextInstance event occurs when a subsequent instance of a single-instance application starts, using the Visual Basic Application Model. For more information, see Overview of the Visual Basic Application Model.

.NET Framework
Available since 2.0
Return to top
Show: