Class: WMI::CIM_VideoControllerResolution

Inherits:
Base
  • Object
show all
Defined in:
lib/CIM_VideoControllerResolution.rb

Overview

CIM_VideoControllerResolution は、ビデオ コントローラがサポートされるさまざまなビデオ モードを示します。ビデオ モードは可能な水平と垂直解像度、リフレッシュ レート、スキャン モード、およびコントローラによってサポートされるカラー設定数によって定義される。使用中の実際の解像度などは、CIM_VideoController オブジェクトに指定された値です。

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base

#AddRef, #AssociatorsAsync_, #Associators_, #Clone_, #CompareTo_, #DeleteAsync_, #Delete_, #Derivation_, #ExecMethodAsync_, #ExecMethod_, #GetIDsOfNames, #GetObjectText_, #GetText_, #GetTypeInfo, #GetTypeInfoCount, #InstancesAsync_, #Instances_, #Invoke, #Methods_, #Path_, #Properties_, #PutAsync_, #Put_, #Qualifiers_, #QueryInterface, #ReferencesAsync_, #References_, #Refresh_, #Release, #Security_, #SetFromText_, #SpawnDerivedClass_, #SpawnInstance_, #SubclassesAsync_, #Subclasses_, #SystemProperties_

Instance Attribute Details

- (string) Caption (readonly)

CIM_Setting オブジェクトの簡単な説明 (1 行分の文字列) です。

Returns:

  • (string)

    Caption



7
8
9
# File 'lib/CIM_VideoControllerResolution.rb', line 7

def Caption
  @Caption
end

- (string) Description (readonly)

CIM_Setting オブジェクトの説明です。

Returns:

  • (string)

    Description



12
13
14
# File 'lib/CIM_VideoControllerResolution.rb', line 12

def Description
  @Description
end

- (uint32) HorizontalResolution (readonly)

コントローラの水平方向の解像度 (ピクセル) です。

Returns:

  • (uint32)

    HorizontalResolution



17
18
19
# File 'lib/CIM_VideoControllerResolution.rb', line 17

def HorizontalResolution
  @HorizontalResolution
end

- (uint32) MaxRefreshRate (readonly)

間隔の範囲が指定の解像度でサポートされているときの最大更新間隔 (ヘルツ) です。

Returns:

  • (uint32)

    MaxRefreshRate



22
23
24
# File 'lib/CIM_VideoControllerResolution.rb', line 22

def MaxRefreshRate
  @MaxRefreshRate
end

- (uint32) MinRefreshRate (readonly)

間隔の範囲が指定の解像度でサポートされているときの最小更新間隔 (ヘルツ) です。

Returns:

  • (uint32)

    MinRefreshRate



27
28
29
# File 'lib/CIM_VideoControllerResolution.rb', line 27

def MinRefreshRate
  @MinRefreshRate
end

- (uint64) NumberOfColors (readonly)

現在の解像度でサポートされている色の数です。

Returns:

  • (uint64)

    NumberOfColors



32
33
34
# File 'lib/CIM_VideoControllerResolution.rb', line 32

def NumberOfColors
  @NumberOfColors
end

- (uint32) RefreshRate (readonly)

更新間隔 (ヘルツ) です。

 

Returns:

  • (uint32)

    RefreshRate



39
40
41
# File 'lib/CIM_VideoControllerResolution.rb', line 39

def RefreshRate
  @RefreshRate
end

- (uint16) ScanMode (readonly)

コントローラ操作がインターレース (値 = 5)、または非インターレース (4) モードかどうかを示す正数です。

Returns:

  • (uint16)

    ScanMode



44
45
46
# File 'lib/CIM_VideoControllerResolution.rb', line 44

def ScanMode
  @ScanMode
end

- (string) SettingID (readonly)

継承された SettingID は、CIM_VideoControllerResolution インスタンスのキーの一部として機能します。

Returns:

  • (string)

    SettingID



49
50
51
# File 'lib/CIM_VideoControllerResolution.rb', line 49

def SettingID
  @SettingID
end

- (uint32) VerticalResolution (readonly)

コントローラの垂直方向の解像度 (ピクセル) です。

Returns:

  • (uint32)

    VerticalResolution



54
55
56
# File 'lib/CIM_VideoControllerResolution.rb', line 54

def VerticalResolution
  @VerticalResolution
end