Memory information

H

Harry Hudini

Is there a way to get the memory info (free, used, how much assigned where
etc) and perhaps processor info from a pocketpc WITHOUT using the OPENNETCF
libraries ? The reason i say that is that i would just like to learn to do
it without 3rd party help.

Cheers

--
________________________________________________
ADSSupport.net
http://www.adssupport.net
Dedicated free Active Directory ServicesT support

email: oliver.marshall@[email protected]
 
J

Jon Skeet [C# MVP]

Harry Hudini said:
Is there a way to get the memory info (free, used, how much assigned where
etc) and perhaps processor info from a pocketpc WITHOUT using the OPENNETCF
libraries ? The reason i say that is that i would just like to learn to do
it without 3rd party help.

Well, the easiest thing to do is find out what you'd call in OpenNETCF
and then look at the code. That's the beauty of open source :)
 
C

Chris Tacke, eMVP

Well the OpenNETCF stuff is open, so just look at how it's done there and
then copy it. I'm not sure what you'll gain. Since there aren't multiple
ways to do this, you'll end up with the same code but have wasted time doing
something already done.

-Chris
 

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