Class: WMI::Win32_ServiceControl

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

Overview

このクラスのインスタンスは、インストール済みのサービスと削除されたサービスの両方を制御する指示を表しています。

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) Arguments (readonly)

開始サービスの引数の一覧です。

 

Returns:

  • (string)

    Arguments



9
10
11
# File 'lib/Win32_ServiceControl.rb', line 9

def Arguments
  @Arguments
end

- (string) Caption (readonly)

CIM_Setting オブジェクトの簡単な説明 (1 行分の文字列) です。

Returns:

  • (string)

    Caption



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

def Caption
  @Caption
end

- (string) Description (readonly)

CIM_Setting オブジェクトの説明です。

Returns:

  • (string)

    Description



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

def Description
  @Description
end

- (string) Event (readonly)

このオブジェクトが適用されるオペレーションを表しているビット マップです。

  

Returns:

  • (string)

    Event



68
69
70
# File 'lib/Win32_ServiceControl.rb', line 68

def Event
  @Event
end

- (string) ID (readonly)

製品内のこのサービス コントロールの項目を識別している固有キーです。

Returns:

  • (string)

    ID



73
74
75
# File 'lib/Win32_ServiceControl.rb', line 73

def ID
  @ID
end