📄 cim_desktopmonitor.mof
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -