Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / C#

How to determine the processor count from a Silverlight web page

Rate me:
Please Sign up or sign in to vote.
4.73/5 (12 votes)
28 Apr 2009CPOL4 min read 38.3K   18  
How can you tell if a computer has more than one CPU without using any special permissions.
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
             x:Class="Processors.App"
             >
    <Application.Resources>
        
    </Application.Resources>
</Application>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer headup
Israel Israel
I was coding since I was a little kid. Then I joined the army and continued developing for the IDF.
Now I am working at headup (www.headup.com).

Comments and Discussions