C# Класс MediaAppSample.Core.Services.AppInfoProvider

Base class providing access to the application currently executing specific to the platform this app is executing on.
Наследование: ServiceBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AppInfoProvider() публичный Метод

public AppInfoProvider ( ) : System
Результат System

GetDeepLink() публичный Метод

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.
Результат string

GetDeepLink() публичный Метод

Creates a deep link to your application with the specified arguments.
public GetDeepLink ( string arguments ) : string
arguments string String representation of the arguments.
Результат string