Intersoft ClientUI Documentation
LaunchApplication(Uri) Method



The URI of the application to be launched.
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 _
) 
Dim instance As UXDesktop
Dim uri As Uri
 
instance.LaunchApplication(uri)
public void LaunchApplication( 
   Uri uri
)
public:
void LaunchApplication( 
   Uri^ uri
) 

Parameters

uri
The URI of the application to be launched.
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