System.Reflection.AssemblyContentType
enum is one of the following values and specifies what type of code is contained in an assembly. Default | .NET code |
WindowsRuntime | Windows Runtime code |
PS:> $null = [Windows.System.Launcher, Windows.System, ContentType=WindowsRuntime] PS:> $null = [Windows.System.Launcher]::LaunchUriAsync("ms-windows-store://navigatetopage/?Id=Gaming")