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

📄 cim_systemresource.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_SystemResource// ==================================================================   [UMLPackagePath ( "CIM::System::SystemResources" ), Abstract,    Version ( "2.7.0" ), Description (       "An entity managed by BIOS, an OperatingSystem or other "       "software, which is available for use by application software "       "and/or LogicalDevices. Resources are individually identified "       "and allocated entities, that are assignable, reservable, "       "counted/ tracked, releasable, reset-able, etc. Examples of "       "software Resources are message queues, shared memory segments "       "(identified by a key value), and named pipes, while examples "       "of hardware Resources (in an x86 environment) are IRQs, DMA "       "channels and memory mapped I/O.")]class CIM_SystemResource : CIM_EnabledLogicalElement {      [Description (          "Boolean indicating whether the Resource can be shared.")]   boolean Shareable;      [Description (          "Indicates whether the Resource is implemented in hardware, "          "software or both."),        ValueMap { "0", "2", "3", "4" },        Values { "Unknown", "Hardware Only", "Software Only",          "Hardware and Software" }]   uint16 ImplementationInfo;};

⌨️ 快捷键说明

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