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::Dispose Method (Boolean)

 

Releases all resources that are used by the ApplicationUnderTest.

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

protected:
virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System::Boolean

true indicates that this method call was made from a Dispose method. false indicates that this method call was not made from a Dispose method.

Return to top
Show: