Class: WMI::Win32_LUIDandAttributes

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

Overview

Win32_LUIDandAttributes 抽象型クラスは、特権および特権が有効かどうかなどの特権の属性を示すビット フラグのセットの、ローカル一意識別子 (LUID) を表します。各 LUID および属性構造は、プロセスのセキュリティ特権の利用可能性を定義します。詳細については、LUID_AND_ATTRIBUTES を参照してください。

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

- (uint32) Attributes (readonly)

LUID の属性を指定します。

 

Returns:

  • (uint32)

    Attributes



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

def Attributes
  @Attributes
end

- (object:Win32_LUID) LUID (readonly)

LUID 値を指定します。

Returns:

  • (object:Win32_LUID)

    LUID



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

def LUID
  @LUID
end