Enables the launching of other applications
C#using CI.WSANative.Launchers;
Starts the default app associated with the uri scheme name for the specified uri. More information on available options can be found here
In this example the default browser would be started and would navigate to the specified uri
C#WSANativeLauncher.LaunchUri("https://www.google.co.uk");