Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the LaunchApplicationAction class by using the provided executable file name and command line arguments.
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, _
arguments As String _
)
public LaunchApplicationAction(
string fileName,
string arguments
)
public:
LaunchApplicationAction(
String^ fileName,
String^ arguments
)
new :
fileName:string *
arguments:string -> LaunchApplicationAction
public function LaunchApplicationAction(
fileName : String,
arguments : String
)
Parameters
fileName
Type: StringThe full path of the executable file.
arguments
Type: StringA string that contains the command line arguments.
.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.