Win32_LogicalDiskRootDirectory class
The Win32_LogicalDiskRootDirectory association WMI class relates a logical disk and its directory structure.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
[Dynamic, Provider("CIMWin32"), UUID("{F25FE468-783E-11d2-90BF-0060081A46FD}"), AMENDMENT]
class Win32_LogicalDiskRootDirectory : CIM_Component
{
Win32_LogicalDisk REF GroupComponent;
Win32_Directory REF PartComponent;
};
Members
The Win32_LogicalDiskRootDirectory class has these types of members:
Properties
The Win32_LogicalDiskRootDirectory class has these properties.
-
GroupComponent
-
-
Data type: Win32_LogicalDisk
-
Access type: Read-only
-
Qualifiers: Key, Override ("GroupComponent"), MappingStrings ("WMI|Win32_LogicalDisk")
Reference to the instance representing the properties of the logical disk.
-
-
PartComponent
-
-
Data type: Win32_Directory
-
Access type: Read-only
-
Qualifiers: Key, Override ("PartComponent"), MappingStrings ("WMI|Win32_Directory")
Reference to the instance representing the properties of the file directory structure.
-
Remarks
The Win32_LogicalDiskRootDirectory class is derived from CIM_Component.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|