GetDeviceManufacturerAsync() public static méthode

public static GetDeviceManufacturerAsync ( ) : Task
Résultat Task
Exemple #1
0
 public static string GetDeviceManufacturer()
 {
     return(SystemInfoEstimate.GetDeviceManufacturerAsync().Result);
 }