Accessing Management Information with System.Management(Chapter 1)

简介:
                                        A series of  Article is summarized based on MSDN.
The System.Management namespace is the wmi namespace in the .Net Framework. This namespace includes the following first-level class objects that support WMI operations:
1.ManagementObject or ManagementClass: a single management object or class,respectively.
2.ManagementObjectSearcher: used to retrived a collection of managementObject or managementClass objects based on a specified query or enumeration.
3.ManagementEventWatcher: used to subscribe to event notification from WMI.
4.ManagementQuery:used as the basis for all query classes.
 
The coding paradigms for using the System.Management classe are natural to the .Net Framework environment and Wmi makes use of the standard base framework whenever appropriate.For example,Wmi makes extensive use of .Net collection classes and used the recommanded coding patterns,such as the "delegates" pattern for .Net asynchronous operations.Developers using the .Net Framework can thereby use their current skills to access management information about computers or applications.
 

本文转自lidup 51CTO博客,原文链接:http://blog.51cto.com/lidup/324229,如需转载请自行联系原作者

相关文章
|
Oracle 关系型数据库 Unix
|
安全
Information Systems Security Assessment – Open information security framework
The Information Systems Security Assessment Framework (ISSAF) seeks to integrate the following m...
942 0
|
SQL 缓存 算法
Access Path Selection in a Relational Database Management System
如果说选一篇在优化器框架上,被引用次数最多的文献,应该非这篇论文莫属了,还记得Andy Pavlo在cmu的课程中提到IBM Research的一群大神们,是怎么一人一个模块来负责System R的设计的,而关于Join order enumeration,Selinger可以说是开创了dynamic programing based 的bottom-up的搜索空间算法的先河,直至今日,很多成熟的商业或开源数据库系统仍在沿用这套框架,比如Oracle / DB2 / PostgreSQL ...
555 0
Access Path Selection in a Relational Database Management System
|
API C# C++
Managed Debugging Assistant 'PInvokeStackImbalance' has detected a problem in 解决方案
because regular C functions work differently than the Windows API functions; their "calling conventions" are different, meaning how they pass around parameters is different.
1142 0
|
安全
Network and Distributed System Security (NDSS) Symposium 2017
https://www.youtube.com/playlist?list=PLfUWWM-POgQsZ9YCXLaCHIvn_H6-F4esJ ...
887 0

热门文章

最新文章