Class: WMI::Win32_LogicalProgramGroup

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

Overview

Win32_LogicalProgramGroup クラスは、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



8
9
10
# File 'lib/Win32_LogicalProgramGroup.rb', line 8

def Caption
  @Caption
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (string) GroupName (readonly)

GroupName プロパティは、Win32 プログラム グループ名を示します。

 

Returns:

  • (string)

    GroupName



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

def GroupName
  @GroupName
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



28
29
30
# File 'lib/Win32_LogicalProgramGroup.rb', line 28

def InstallDate
  @InstallDate
end

- (string) Name (readonly)

Name プロパティは、グループ名の前に割り当てられたユーザー名を示します。

 

Returns:

  • (string)

    Name



36
37
38
# File 'lib/Win32_LogicalProgramGroup.rb', line 36

def Name
  @Name
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



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

def Status
  @Status
end

- (string) UserName (readonly)

UserName プロパティは、Win32 プログラム グループにアクセスできるユーザーを示します。

 

Returns:

  • (string)

    UserName



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

def UserName
  @UserName
end