I programming in WPF C# and trying to get the ProcessorID (or other system identifier). I have read through MSDN - System.Management Namespace. I add the namespace, but it does not provide ManagementBaseObject Class
.
using System.Management;
/* code */
System.Management.(there is no ManagementBaseObject)
Is System.Management only used in WinForms, and not WPF?