I'm trying to get the CPU or GPU ID in C# using Mono 2.0. System.Management would be great, but Mono doesn't support It yet, so It fails. Any ideas how could I do It by using C++ natives or something?
Asked
Active
Viewed 352 times
0
-
1Is allocating executable memory and running some x86 or x64 assembly code in it like in https://stackoverflow.com/questions/3216535/x86-x64-cpuid-in-c-sharp an option? – Maximilian Gerhardt Jan 22 '16 at 21:56
-
I think so. I will see If I works. – DreTaX Jan 22 '16 at 23:42