Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I would like to find programatically number of graphic cores and the frequency of the GPU on Systems with Intel core i5,i7 systems with Intel Integrated Graphics.
http://ark.intel.com/Product.aspx?id=43544


Any suggestions?

Thanks
LS
Posted

1 solution

Follow these links:
How To Get Hardware Information (CPU ID, MainBoard Info, Hard Disk Serial, System Information , ...)[^]

Using WMI to retrieve processor information in C#[^]

To Find if it is a Core i5, i7 or some other series..Download Intel/AMD & NVIDIA/ATI/S3G Vendor/Serial information's from their respective sites. Compare these serials to identify your hardware.

Hope this Helps.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900