cim_desktopmonitor.mof

来自「Pegasus is an open-source implementation」· MOF 代码 · 共 36 行

MOF
36
字号
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_DesktopMonitor// ==================================================================   [UMLPackagePath ( "CIM::Device::UserDevices" ), Version ( "2.6.0" ),     Description (       "Capabilities and management of the DesktopMonitor (CRT) "       "LogicalDevice.")]class CIM_DesktopMonitor : CIM_Display {      [Description (          "The type of DesktopMonitor or CRT. For example, multiscan "          "color or monochrome monitors (values 2 or 3, respectively) "          "can be indicated in this property."),        ValueMap { "0", "1", "2", "3", "4", "5" },        Values { "Unknown", "Other", "Multiscan Color",          "Multiscan Monochrome", "Fixed Frequency Color",          "Fixed Frequency Monochrome" }]   uint16 DisplayType;      [Description (          "Monitor's bandwidth in MHertz. If unknown, enter 0."),        Units ( "MegaHertz" )]   uint32 Bandwidth;      [Description (          "The logical height of the Display in screen coordinates.")]   uint32 ScreenHeight;      [Description (          "The logical width of the Display in screen coordinates.")]   uint32 ScreenWidth;};

⌨️ 快捷键说明

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