Class: WMI::Win32_Registry

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

Overview

Win32_Registry クラスは、Win32 コンピュータ システムのシステム レジストリを表します。

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)

Caption プロパティは、オブジェクトについての簡単な説明 (1 行分の文字列) です。

Returns:

  • (string)

    Caption



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

def Caption
  @Caption
end

- (uint32) CurrentSize (readonly)

CurrentSize プロパティは、Win32 レジストリの現在の物理サイズを示します。

 

Returns:

  • (uint32)

    CurrentSize



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

def CurrentSize
  @CurrentSize
end

- (string) Description (readonly)

Description プロパティでオブジェクトの説明が提供されます。

Returns:

  • (string)

    Description



20
21
22
# File 'lib/Win32_Registry.rb', line 20

def Description
  @Description
end

- (datetime) InstallDate (readonly)

InstallDate プロパティは、オブジェクトがインストールされた日時を示す値です。

 

Returns:

  • (datetime)

    InstallDate



26
27
28
# File 'lib/Win32_Registry.rb', line 26

def InstallDate
  @InstallDate
end

- (uint32) MaximumSize (readonly)

MaximumSize プロパティは、Win32 レジストリの最大サイズを示します。

 ProposedSize 

Returns:

  • (uint32)

    MaximumSize



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

def MaximumSize
  @MaximumSize
end

- (string) Name (readonly)

Name プロパティは、Win32 レジストリの名前を示します。

 

Returns:

  • (string)

    Name



40
41
42
# File 'lib/Win32_Registry.rb', line 40

def Name
  @Name
end

- (uint32) ProposedSize

ProposedSize プロパティは、Win32 レジストリの提案されたサイズを示します。

 

Returns:

  • (uint32)

    ProposedSize



46
47
48
# File 'lib/Win32_Registry.rb', line 46

def ProposedSize
  @ProposedSize
end

- (string) Status (readonly)

Status プロパティはオブジェクトの現在の状態を示す文字列です。

 

Returns:

  • (string)

    Status



59
60
61
# File 'lib/Win32_Registry.rb', line 59

def Status
  @Status
end