Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ManagementObjectSearcher Class #57

Open
ghost opened this issue Feb 8, 2023 · 0 comments
Open

Support ManagementObjectSearcher Class #57

ghost opened this issue Feb 8, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 8, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants