Initializes a new instance of the LaunchApplicationAction class by using the provided executable file name.
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub New ( _
    fileName As String _
)
public LaunchApplicationAction(
    string fileName
)
public:
LaunchApplicationAction(
    String^ fileName
)
new : 
        fileName:string -> LaunchApplicationAction
public function LaunchApplicationAction(
    fileName : String
)
Parameters
- fileName 
 Type: String- The full path of the executable file. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.