Log in

View Full Version : Detect OS/Processor


Rivan
06-25-2003, 01:05 PM
Hi,

Are there any .Net compact framework class libraries for detecting

[1] OS
[2] Processor

for customising an application.

:?

topps
07-02-2003, 03:50 PM
For detecting which OS, I found that the easiest thing is to look for a system file eg wap.dll that is on one OS and not on another.

Rivan
07-02-2003, 03:53 PM
[1] Environment.OSVersion
[2] P/Invoke GetSystemInfo

via .Net

:roll: