Launchers

Enables the launching of other applications

Reference the library

C#
using CI.WSANative.Launchers;

Launch a uri

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");