Information
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.

ApplicationUnderTest::Launch Method (ProcessStartInfo^)

 

Starts the application by using specified parameters.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
static ApplicationUnderTest^ Launch(
	ProcessStartInfo^ startInfo
)

Parameters

startInfo
Type: System.Diagnostics::ProcessStartInfo^

The process start information.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITesting::ApplicationUnderTest^

The application that was started.

Return to top
Show: