Class: WMI::Win32_CommandLineAccess

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

Overview

Win32_CommandLineAccess クラスは、サービスまたはアプリケーションへのコマンド ライン インターフェイスを表します。アクセス ポイント名は常にフル コマンド ライン テキストです。

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_CommandLineAccess.rb', line 7

def Caption
  @Caption
end

- (string) CommandLine (readonly)

Commandline プロパティの値によって、サービスを開始するのに使用される文字列が提供されます。

Returns:

  • (string)

    CommandLine



12
13
14
# File 'lib/Win32_CommandLineAccess.rb', line 12

def CommandLine
  @CommandLine
end

- (string) CreationClassName (readonly)

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

 

Returns:

  • (string)

    CreationClassName



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

def CreationClassName
  @CreationClassName
end

- (string) Description (readonly)

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

Returns:

  • (string)

    Description



24
25
26
# File 'lib/Win32_CommandLineAccess.rb', line 24

def Description
  @Description
end

- (datetime) InstallDate (readonly)

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

 

Returns:

  • (datetime)

    InstallDate



30
31
32
# File 'lib/Win32_CommandLineAccess.rb', line 30

def InstallDate
  @InstallDate
end

- (string) Name (readonly)

Name プロパティによってサービス アクセス ポイントが一意に識別され、管理されている機能の表示が提供されます。

 

Returns:

  • (string)

    Name



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

def Name
  @Name
end

- (string) Status (readonly)

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

 

Returns:

  • (string)

    Status



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

def Status
  @Status
end

- (string) SystemCreationClassName (readonly)

スコーピング システムによるクラス名作成です。

Returns:

  • (string)

    SystemCreationClassName



54
55
56
# File 'lib/Win32_CommandLineAccess.rb', line 54

def SystemCreationClassName
  @SystemCreationClassName
end

- (string) SystemName (readonly)

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

Returns:

  • (string)

    SystemName



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

def SystemName
  @SystemName
end

- (uint32) Type (readonly)

Type プロパティによって ’添付された’ または ’リダイレクトされた’ などの SAP の種類が示されます。

Returns:

  • (uint32)

    Type



64
65
66
# File 'lib/Win32_CommandLineAccess.rb', line 64

def Type
  @Type
end