WMI class (n)~ A template for a type of managed object. WMI classes define the basic units of management. For example the Win32_LogicalDisk class is a template for all logical disks that occur in the Windows environment. In this case WMI uses the class template to generate an instance of Win32_LogicalDisk for each disk installed on a computer.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 53 조회
- 목록
본문
WMI class (n)~ A template for a type of managed object. WMI classes define the basic units of management. For example the Win32_LogicalDisk class is a template for all logical disks that occur in the Windows environment. In this case WMI uses the class template to generate an instance of Win32_LogicalDisk for each disk installed on a computer.