Class: WMI::Win32_Patch

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

Overview

このクラスのインスタンスは、特別なファイルに適用される個々の修正プログラムおよび指定の場所に常駐するソースを表しています。

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

- (uint16) Attributes (readonly)

修正プログラムの属性を表しているビット フラグです。

 1 

Returns:

  • (uint16)

    Attributes



9
10
11
# File 'lib/Win32_Patch.rb', line 9

def Attributes
  @Attributes
end

- (string) Caption (readonly)

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

Returns:

  • (string)

    Caption



14
15
16
# File 'lib/Win32_Patch.rb', line 14

def Caption
  @Caption
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



19
20
21
# File 'lib/Win32_Patch.rb', line 19

def Description
  @Description
end

- (string) File (readonly)

この修正プログラムが適用される Win32_FileSpecification の FileID です。

Returns:

  • (string)

    File



24
25
26
# File 'lib/Win32_Patch.rb', line 24

def File
  @File
end

- (uint32) PatchSize (readonly)

パイト数で表される修正プログラムのサイズです。

Returns:

  • (uint32)

    PatchSize



29
30
31
# File 'lib/Win32_Patch.rb', line 29

def PatchSize
  @PatchSize
end

- (string) ProductCode (readonly)

この修正プログラムが適用された製品の製品コードです。

Returns:

  • (string)

    ProductCode



34
35
36
# File 'lib/Win32_Patch.rb', line 34

def ProductCode
  @ProductCode
end

- (sint16) Sequence (readonly)

ソース メディア上にある修正プログラムのシーケンスの修正プログラムの位置です。

Returns:

  • (sint16)

    Sequence



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

def Sequence
  @Sequence
end

- (string) SettingID (readonly)

CIM_Setting オブジェクトを認識する識別子です。

Returns:

  • (string)

    SettingID



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

def SettingID
  @SettingID
end