How would i get CPUID or any other hardware specific unique identifiers under mono? Normally i would get this from System.Management, but this isn't availible under mono. I am absolutely trying to aviod having to PInvoke an external library, as i dont want to, nor have the ability to compile a library for every OS mono runs on. I dont mind having to run different routine depending on wether it's mono or dotnet, just need it purely managed;
And incase you are wondering, i need it for a DRM scheme for my applications. -- View this message in context: http://www.nabble.com/CPUID---tp24837646p24837646.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
