The TestedAppClickOnceParams object contains the following properties:
Property List
Name | Description |
---|---|
CommandLineParameters
|
Specifies the command line of the rundll32.exe utility that can be used to launch the ClickOnce application via the Windows command line. |
FileName
|
Returns the string "rundll32.exe" (the name of the command-line utility used to launch ClickOnce applications). |
FilePath
|
This property is not used. |
Name
|
Returns the tested application type, in this case the string "ClickOnce". |
ProcessToWait
|
The file name (with extension) of the ClickOnce application executable. |
StartupLink
|
The URL or path to the ClickOnce application deployment manifest (.application) or shortcut (.appref-ms). |
WaitTimeout
|
The timeout (in milliseconds) to wait until the application is launched. |
WorkFolder
|
This property is not used. |
See Also
TestedAppClickOnceParams Object
TestedAppClickOnceParams Object Methods