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! :-)
|
|
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! :-)
|
|||
|
|
|
|
|
||
|
|
|
Environment.ProcessorCount should give you the number of cores on the local machine. |
||
|