vote up 2 vote down star

Hi,

Is there a way via .NET/C# to find out the number of CPU cores?

Thanks!

PS This is a straight code question, not a "Should I use multi-threading?" question! :-)

flag

62% accept rate

2 Answers

vote up 6 vote down check
Environment.ProcessorCount

[Documentation]

link|flag
That's so beautifully simple I'm almost shedding tears. Thx for the reply! – Gregg Cleland Oct 9 at 10:43
vote up 2 vote down

Environment.ProcessorCount should give you the number of cores on the local machine.

link|flag
As easy it can get. Thx for your reply! – Gregg Cleland Oct 9 at 10:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.