I have been beating my head against a brick wall for the last week. That brick wall: CPUID.
Everything I've stumbled across has said to build a class library in C++ implementing CPUID, then consume that in the C# project.
For various reasons, I have been unable to get a C++ class library to work properly in my C# project, and I'm at the point that I am about to give up and tell the client that their request can't be fulfilled. However, I'm at the end of my rope and want to beg for assistance.
Is there ANY way to get __cpuid() or asm to compile in C# without having to build an external assembly?