Пример #1
0
        internal static ManagementObject GetAllocationSettingDataForSyntheticDiskDrives(this ManagementScope scope)
        {
            var defaultRessourcePoolForSyntheticDiskDrives = scope.GetDefaultRessourcePoolForSyntheticDiskDrives();

            return(defaultRessourcePoolForSyntheticDiskDrives.GetAllocationSettingDataFromDefaultRessourcePool());
        }