views:

108

answers:

2

How to fetch processor CPU flags in C# .net ?

I am particularly looking for VMX bit/flag.

+3  A: 

Perhaps writing a .NET-accessible wrapper around __cpuid?

Patrick Steele
+1  A: 

Look at the WinRing0 library.

leppie