C# Class MediaAppSample.Core.Services.AppInfoProvider

Base class providing access to the application currently executing specific to the platform this app is executing on.
Inheritance: ServiceBase
Afficher le fichier Open project: Microsoft/TVHelpers

Méthodes publiques

Méthode Description
AppInfoProvider ( ) : System
GetDeepLink ( string>.Dictionary arguments = null ) : string

Creates a deep link to your application with the specified arguments.

GetDeepLink ( string arguments ) : string

Creates a deep link to your application with the specified arguments.

Method Details

AppInfoProvider() public méthode

public AppInfoProvider ( ) : System
Résultat System

GetDeepLink() public méthode

Creates a deep link to your application with the specified arguments.
public GetDeepLink ( string>.Dictionary arguments = null ) : string
arguments string>.Dictionary Dictionary of different parameters to create a query string for the arguments.
Résultat string

GetDeepLink() public méthode

Creates a deep link to your application with the specified arguments.
public GetDeepLink ( string arguments ) : string
arguments string String representation of the arguments.
Résultat string