You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many useful hardware information in the system can be queried through ManagementObjectSearcher class, but WinFormsComInterop cannot support it at present.
Retrieves a collection of management objects based on a specified query. This class is one of the more commonly used entry points to retrieving management information. For example, it can be used to enumerate all disk drives, network adapters, processes and many more management objects on a system, or to query for all network connections that are up, services that are paused, and so on.
The text was updated successfully, but these errors were encountered:
Many useful hardware information in the system can be queried through ManagementObjectSearcher class, but WinFormsComInterop cannot support it at present.
https://learn.microsoft.com/en-us/dotnet/api/system.management.managementobjectsearcher
About ManagementObjectSearcher Class:
Retrieves a collection of management objects based on a specified query. This class is one of the more commonly used entry points to retrieving management information. For example, it can be used to enumerate all disk drives, network adapters, processes and many more management objects on a system, or to query for all network connections that are up, services that are paused, and so on.
The text was updated successfully, but these errors were encountered: