C
C#2y ago
danilwhale

how i can import system.management to .net project?

hello! in .net framework, you can import it via assembly references, but how i can made it on .net 6.0?
2 Replies
Angius
Angius2y ago
System.Management 6.0.0
Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure. Commonly Used Types: System.Management.ManagementClass System.Management.ManagementObject System.Management.SelectQuery
danilwhale
danilwhale2y ago
thx