Class: WMI::Win32_SystemMemoryResource

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

Overview

Win32_SystemMemoryResource クラスは、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_SystemMemoryResource.rb', line 7

def Caption
  @Caption
end

- (string) CreationClassName (readonly)

CreationClassName は、インスタンスの作成で使用されるクラス名、またはサブクラス名を示します。

 

Returns:

  • (string)

    CreationClassName



13
14
15
# File 'lib/Win32_SystemMemoryResource.rb', line 13

def CreationClassName
  @CreationClassName
end

- (string) CSCreationClassName (readonly)

スコーピング コンピュータ システムの作成クラス名のプロパティです。

Returns:

  • (string)

    CSCreationClassName



18
19
20
# File 'lib/Win32_SystemMemoryResource.rb', line 18

def CSCreationClassName
  @CSCreationClassName
end

- (string) CSName (readonly)

スコーピング コンピュータ システムの名前です。

Returns:

  • (string)

    CSName



23
24
25
# File 'lib/Win32_SystemMemoryResource.rb', line 23

def CSName
  @CSName
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (uint64) EndingAddress (readonly)

EndingAddress プロパティには I/O にマップされているメモリの終了アドレスが含まれています。

Returns:

  • (uint64)

    EndingAddress



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

def EndingAddress
  @EndingAddress
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



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

def InstallDate
  @InstallDate
end

- (string) Name (readonly)

Name プロパティで、オブジェクトを認識するラベルを定義します。

 

Returns:

  • (string)

    Name



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

def Name
  @Name
end

- (uint64) StartingAddress (readonly)

StartingAddress プロパティには、I/O にマップされているメモリの開始アドレスが含まれています。

 

Returns:

  • (uint64)

    StartingAddress



52
53
54
# File 'lib/Win32_SystemMemoryResource.rb', line 52

def StartingAddress
  @StartingAddress
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



65
66
67
# File 'lib/Win32_SystemMemoryResource.rb', line 65

def Status
  @Status
end