C# 클래스 MediaAppSample.Core.Services.AppInfoProvider

Base class providing access to the application currently executing specific to the platform this app is executing on.
상속: ServiceBase
파일 보기 프로젝트 열기: Microsoft/TVHelpers

공개 메소드들

메소드 설명
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