What is non-jargon for WMI?

I read a little about WMI and try to understand what it is, but it all seems like a lot of descriptions of jargons and circles.

Here :Windows Management Instrumentation (WMI) is the infrastructure for management data and operations on Windows-based operating systems.

"Infrastructure"? AND?

Are these just some interceptors in the operating system for accessing system resources, devices? What kind? If so, what is it made of? Are these COM classes?

WHAT IS WMI?

+3
source share
2 answers

Overview

Well, WMI is a system that allows you to request information about a machine. WMI consists of many different providers and classes, and each class can have properties and methods on it, not as much as .NET. Suppliers are responsible for returning classes.

WMI , . . - WMI WMI . , , , WQL- :

SELECT * FROM Win32_DiskDrive

Win32_DiskDrive . , .

WMI , , , Win32_Mainboard .

WMI, WMI, -, , , -, .

- COM-, WMI / . MOF ( ). , - , , . .NET, . Microsoft \ROOT\cimv2.

IWbemProviderInit IWbemProviderInitSink. ,

COM-, WMI .NET ComVisible, .

, . .

Microsoft http://msdn.microsoft.com/en-us/library/aa393677(v=vs.85).aspx.

+8

, .

"Instrumentation" WMI , WMI , . WMI ", , , , Windows. , Win32_LogicalDisk Win32_Process; , Win32_LogicalDisk , , Win32_Process , . , (CIM). CIM (http://www.dmtf.org).

progrmming, . , .

+2

All Articles