C# 클래스 AdjustSdk.Uap.UtilUap

파일 보기 프로젝트 열기: adjust/windows_sdk

공개 메소드들

메소드 설명
ExceptionWrap ( Func function ) : string
GetAdvertisingId ( ) : string
GetAppDisplayName ( ) : string
GetAppFamilyName ( ) : string
GetAppFullName ( ) : string
GetAppName ( ) : string
GetAppPublisher ( ) : string
GetAppVersion ( ) : string
GetArchitecture ( ) : string
GetCountry ( ) : string
GetDeviceManufacturer ( ) : string
GetDeviceManufacturer ( EasClientDeviceInformation deviceInfo ) : string
GetDeviceName ( ) : string
GetDeviceName ( EasClientDeviceInformation deviceInfo ) : string
GetDeviceType ( ) : string
GetDeviceType ( EasClientDeviceInformation deviceInfo ) : string
GetHardwareId ( ) : string
GetLanguage ( ) : string
GetNetworkAdapterId ( ) : string
GetOsVersion ( ) : string
GetPackage ( ) : PackageId
SleepAsync ( int milliseconds ) : System.Threading.Tasks.Task
runInForeground ( CoreDispatcher Dispatcher, System.Action actionToRun ) : void

메소드 상세

ExceptionWrap() 공개 정적인 메소드

public static ExceptionWrap ( Func function ) : string
function Func
리턴 string

GetAdvertisingId() 공개 정적인 메소드

public static GetAdvertisingId ( ) : string
리턴 string

GetAppDisplayName() 공개 정적인 메소드

public static GetAppDisplayName ( ) : string
리턴 string

GetAppFamilyName() 공개 정적인 메소드

public static GetAppFamilyName ( ) : string
리턴 string

GetAppFullName() 공개 정적인 메소드

public static GetAppFullName ( ) : string
리턴 string

GetAppName() 공개 정적인 메소드

public static GetAppName ( ) : string
리턴 string

GetAppPublisher() 공개 정적인 메소드

public static GetAppPublisher ( ) : string
리턴 string

GetAppVersion() 공개 정적인 메소드

public static GetAppVersion ( ) : string
리턴 string

GetArchitecture() 공개 정적인 메소드

public static GetArchitecture ( ) : string
리턴 string

GetCountry() 공개 정적인 메소드

public static GetCountry ( ) : string
리턴 string

GetDeviceManufacturer() 공개 정적인 메소드

public static GetDeviceManufacturer ( ) : string
리턴 string

GetDeviceManufacturer() 공개 정적인 메소드

public static GetDeviceManufacturer ( EasClientDeviceInformation deviceInfo ) : string
deviceInfo Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation
리턴 string

GetDeviceName() 공개 정적인 메소드

public static GetDeviceName ( ) : string
리턴 string

GetDeviceName() 공개 정적인 메소드

public static GetDeviceName ( EasClientDeviceInformation deviceInfo ) : string
deviceInfo Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation
리턴 string

GetDeviceType() 공개 정적인 메소드

public static GetDeviceType ( ) : string
리턴 string

GetDeviceType() 공개 정적인 메소드

public static GetDeviceType ( EasClientDeviceInformation deviceInfo ) : string
deviceInfo Windows.Security.ExchangeActiveSyncProvisioning.EasClientDeviceInformation
리턴 string

GetHardwareId() 공개 정적인 메소드

public static GetHardwareId ( ) : string
리턴 string

GetLanguage() 공개 정적인 메소드

public static GetLanguage ( ) : string
리턴 string

GetNetworkAdapterId() 공개 정적인 메소드

public static GetNetworkAdapterId ( ) : string
리턴 string

GetOsVersion() 공개 정적인 메소드

public static GetOsVersion ( ) : string
리턴 string

GetPackage() 공개 정적인 메소드

public static GetPackage ( ) : PackageId
리턴 Windows.ApplicationModel.PackageId

SleepAsync() 공개 정적인 메소드

public static SleepAsync ( int milliseconds ) : System.Threading.Tasks.Task
milliseconds int
리턴 System.Threading.Tasks.Task

runInForeground() 공개 정적인 메소드

public static runInForeground ( CoreDispatcher Dispatcher, System.Action actionToRun ) : void
Dispatcher Windows.UI.Core.CoreDispatcher
actionToRun System.Action
리턴 void