Intersoft ClientUI Documentation
LaunchApplication(Uri,Object) Method



The URI of the application to be launched.
Custom data/parameter to be passed to the target application during startup.
Launches the application given its URI locator. If the application is not yet downloaded, UXDesktop will automatically download, install and then run the application.
Syntax
Public Overloads Sub LaunchApplication( _
   ByVal uri As Uri, _
   ByVal parameter As Object _
) 
Dim instance As UXDesktop
Dim uri As Uri
Dim parameter As Object
 
instance.LaunchApplication(uri, parameter)
public void LaunchApplication( 
   Uri uri,
   object parameter
)
public:
void LaunchApplication( 
   Uri^ uri,
   Object^ parameter
) 

Parameters

uri
The URI of the application to be launched.
parameter
Custom data/parameter to be passed to the target application during startup.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDesktop Class
UXDesktop Members
Overload List

Send Feedback