C# Class AdjustSdk.Uap.SystemInfoEstimate

Afficher le fichier Open project: adjust/windows_sdk Class Usage Examples

Méthodes publiques

Méthode Description
GetDeviceCategoryAsync ( ) : Task
GetDeviceManufacturerAsync ( ) : Task
GetDeviceModelAsync ( ) : Task
GetProcessorArchitectureAsync ( ) : Task
GetWindowsVersionAsync ( ) : Task

Private Methods

Méthode Description
GetHalDevice ( ) : Task
GetRootDeviceInfoAsync ( string propertyKey ) : Task

Method Details

GetDeviceCategoryAsync() public static méthode

public static GetDeviceCategoryAsync ( ) : Task
Résultat Task

GetDeviceManufacturerAsync() public static méthode

public static GetDeviceManufacturerAsync ( ) : Task
Résultat Task

GetDeviceModelAsync() public static méthode

public static GetDeviceModelAsync ( ) : Task
Résultat Task

GetProcessorArchitectureAsync() public static méthode

public static GetProcessorArchitectureAsync ( ) : Task
Résultat Task

GetWindowsVersionAsync() public static méthode

public static GetWindowsVersionAsync ( ) : Task
Résultat Task