Class: WMI::Win32_Environment

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

Overview

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

def Caption
  @Caption
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



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

def InstallDate
  @InstallDate
end

- (string) Name

Name プロパティには、Win32 環境変数名を指定する文字列が含まれています。

 

Returns:

  • (string)

    Name



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

def Name
  @Name
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



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

def Status
  @Status
end

- (boolean) SystemVariable (readonly)

SystemVariable プロパティは、変数がシステム変数かどうかを示します。

 

Returns:

  • (boolean)

    SystemVariable



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

def SystemVariable
  @SystemVariable
end

- (string) UserName (readonly)

UserName プロパティは、環境設定の所有者を示します。

 (

Returns:

  • (string)

    UserName



57
58
59
# File 'lib/Win32_Environment.rb', line 57

def UserName
  @UserName
end

- (string) VariableValue

VariableValue プロパティには、Win32 環境変数のプレースホルダ変数が含まれています。

 

Returns:

  • (string)

    VariableValue



66
67
68
# File 'lib/Win32_Environment.rb', line 66

def VariableValue
  @VariableValue
end