Class: WMI::Win32_ComputerSystemProduct

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

Overview

Win32_ComputerSystemProduct クラスは、製品を表します。これは、このコンピュータ システムで使用されるソフトウェアとハードウェアが含まれます。

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)

製品の簡単な説明 (1 行分の文字列) です。

Returns:

  • (string)

    Caption



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

def Caption
  @Caption
end

- (string) Description (readonly)

製品の説明です。

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (string) IdentifyingNumber (readonly)

ソフトウェアのシリアル番号、ハードウェア チップの型番号、または (市販されない製品の) プロジェクト番号などの製品 ID です。

Returns:

  • (string)

    IdentifyingNumber



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

def IdentifyingNumber
  @IdentifyingNumber
end

- (string) Name (readonly)

共通に使用される製品名です。

Returns:

  • (string)

    Name



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

def Name
  @Name
end

- (string) SKUNumber (readonly)

製品の SKU (stock keeping unit) 情報です。

Returns:

  • (string)

    SKUNumber



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

def SKUNumber
  @SKUNumber
end

- (String) UUID (readonly)

UUID プロパティには、このプロダクトのユニバーサル一意識別子 (UUID) が含まれています。

 UUID 

Returns:

  • (String)

    UUID



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

def UUID
  @UUID
end

- (string) Vendor (readonly)

製品の供給者、または製品を販売しているエンティティ (製造元、販売店、OEM など) の名前です。

 DMTF Solution Exchange Standard 

Returns:

  • (string)

    Vendor



41
42
43
# File 'lib/Win32_ComputerSystemProduct.rb', line 41

def Vendor
  @Vendor
end

- (string) Version (readonly)

製品のバージョン情報です。

 DMTF Solution Exchange Standard 

Returns:

  • (string)

    Version



47
48
49
# File 'lib/Win32_ComputerSystemProduct.rb', line 47

def Version
  @Version
end