GetDeviceModelAsync() 공개 정적인 메소드

public static GetDeviceModelAsync ( ) : Task
리턴 Task
예제 #1
0
 public static string GetDeviceName()
 {
     return(SystemInfoEstimate.GetDeviceModelAsync().Result);
 }