You need to P/Invoke to the GetSystemInfo API, which
returns the processor type. Better still you can make use
of OpenNETCF.org's WinAPI library
(http://www.opennetcf.org/winapi.asp) that has the
P/Invoked function ready to use. It returns the processor
type in an enum (ProcessorArchitecture).