Processor type

M

Maarten Struys eMVP

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).

Regards,
Maarten Struys, eMVP
PTS Software bv
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top