public static bool IsPocketPC() { return(PInvoke.GetPlatformType() == "PocketPC"); }
public static bool IsBTWSeries() { return(PInvoke.GetPlatformType() == "BT-W Series"); }
public static bool IsSmartphone() { return(PInvoke.GetPlatformType() == "SmartPhone"); }