开发者

Access CPUIDs (cpu serial numbers) WITHOUT using WMI using VB.net or C# [duplicate]

开发者_开发技巧This question already has answers here: Closed 11 years ago.

Possible Duplicate:

x86/x64 CPUID in C#

I need to retrieve CPU's serial numbers. When using WMI, it is called CPUID. My goal is to access that information WITHOUT using WMI.

Unmanaged is code is fine

I really need some sample code and preferably .NET implementation


You can get a CPU's CPUID with the __cpuid() function from <intrin.h>. Is that what you're trying to do?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜