⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_installedos.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_InstalledOS// ==================================================================   [Association, UMLPackagePath ( "CIM::System::OperatingSystem" ),    Aggregation, Composition, Version ( "2.7.0" ), Description (       "A link between the ComputerSystem and the OperatingSystem(s) "       "installed or loaded on it. An OperatingSystem is 'installed' "       "on a ComputerSystem, when placed on one of its StorageExtents "       "- for example, copied to a disk drive or downloaded to Memory. "       "Using this definition, an OperatingSystem is 'installed' on a "       "NetPC when downloaded via the network.")]class CIM_InstalledOS : CIM_SystemComponent {      [Aggregate, Override ( "GroupComponent" ), Min ( 1 ), Max ( 1 ),        Description (          "The ComputerSystem.")]   CIM_ComputerSystem REF GroupComponent;      [Override ( "PartComponent" ), Weak, Description (          "The OperatingSystem installed on the ComputerSystem.")]   CIM_OperatingSystem REF PartComponent;      [Description (          "Boolean indicating that the OperatingSystem is the default "          "OS for the ComputerSystem."),        MappingStrings { "MIF.DMTF|Operating System|001.4" }]   boolean PrimaryOS;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -