public static bool IsEmulator() { return(PInvoke.GetOemInfo() == MicrosoftEmulatorOemValue); }
public static bool IsPocketPC() { return(PInvoke.GetPlatformType() == "PocketPC"); }
public static string PlatformType() { return(PInvoke.GetPlatformType()); }
public static bool IsSmartphone() { return(PInvoke.GetPlatformType() == "SmartPhone"); }