Reading Device Type

  • Thread starter Thread starter Patrick Long
  • Start date Start date
P

Patrick Long

Is there any API that lets me see what type and /or Make-Model Windows Ce
device I am running on?

TIA

Pat Long
 
You can get the OS version (including the build) using
Environment.OSVersion().
 
Back
Top