ManagementClass Class
.NET Framework 2.0
Represents a Common Information Model (CIM) management class. A management class is a WMI class such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. The members of this class enable you to access WMI data using a specific WMI class path. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.
Namespace: System.Management
Assembly: System.Management (in system.management.dll)
Assembly: System.Management (in system.management.dll)
'Declaration <SerializableAttribute> _ Public Class ManagementClass Inherits ManagementObject 'Usage Dim instance As ManagementClass
/** @attribute SerializableAttribute() */ public class ManagementClass extends ManagementObject
SerializableAttribute public class ManagementClass extends ManagementObject
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Management.ManagementBaseObject
System.Management.ManagementObject
System.Management.ManagementClass
System.MarshalByRefObject
System.ComponentModel.Component
System.Management.ManagementBaseObject
System.Management.ManagementObject
System.Management.ManagementClass
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: