Win32_ClassicCOMClassSetting, ROOT\CIMV2

Class | Methods | Properties (26) | Qualifiers (5) | Instances (40) | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

The Win32_ClassicCOMClassSetting class represents the settings of a COM component.

Win32_ClassicCOMClassSetting properties

Win32_ClassicCOMClassSetting has 26 properties (23 Local, 3 Derived)

NameOriginCIMType
AppIDWin32_ClassicCOMClassSetting8 [string]
AutoConvertToClsidWin32_ClassicCOMClassSetting8 [string]
AutoTreatAsClsidWin32_ClassicCOMClassSetting8 [string]
CaptionCIM_Setting8 [string]
key
ComponentId
Win32_ClassicCOMClassSetting8 [string]
ControlWin32_ClassicCOMClassSetting11 [boolean]
DefaultIconWin32_ClassicCOMClassSetting8 [string]
DescriptionCIM_Setting8 [string]
InprocHandlerWin32_ClassicCOMClassSetting8 [string]
InprocHandler32Win32_ClassicCOMClassSetting8 [string]
InprocServerWin32_ClassicCOMClassSetting8 [string]
InprocServer32Win32_ClassicCOMClassSetting8 [string]
InsertableWin32_ClassicCOMClassSetting11 [boolean]
JavaClassWin32_ClassicCOMClassSetting11 [boolean]
LocalServerWin32_ClassicCOMClassSetting8 [string]
LocalServer32Win32_ClassicCOMClassSetting8 [string]
LongDisplayNameWin32_ClassicCOMClassSetting8 [string]
ProgIdWin32_ClassicCOMClassSetting8 [string]
SettingIDCIM_Setting8 [string]
ShortDisplayNameWin32_ClassicCOMClassSetting8 [string]
ThreadingModelWin32_ClassicCOMClassSetting8 [string]
ToolBoxBitmap32Win32_ClassicCOMClassSetting8 [string]
TreatAsClsidWin32_ClassicCOMClassSetting8 [string]
TypeLibraryIdWin32_ClassicCOMClassSetting8 [string]
VersionWin32_ClassicCOMClassSetting8 [string]
VersionIndependentProgIdWin32_ClassicCOMClassSetting8 [string]

Detailed description of Win32_ClassicCOMClassSetting properties

Local properties (23) of Win32_ClassicCOMClassSetting class

AppID property
CIMTYPE'string'
Description'The AppID property contains a Globally Unique Identifier (GUID) for the COM application using this COM component.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}[AppID]']
readTrue
AppID property is in 4 classes of ROOT\cimv2 and in 3 namespaces
AutoConvertToClsid property
CIMTYPE'string'
Description'The AutoConvertToClsid property contains the Globally Unique Identifier (GUID)of the COM class to which this COM component will automatically be converted.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\AutoConvertTo[Default]']
readTrue
AutoConvertToClsid property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
AutoTreatAsClsid property
CIMTYPE'string'
Description'The AutoTreatAsClsid property contains a Globally Unique Identifier (GUID) for the COM component that will automatically emulate instances of this class.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\AutoTreatAs[Default]']
readTrue
AutoTreatAsClsid property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
ComponentId property
CIMTYPE'string'
Description'The ComponentId property contains the Globally Unique Identifier (GUID) of this COM component.'
keyTrue
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}[Default]']
readTrue
ComponentId property is in 3 classes of ROOT\cimv2 and in 4 namespaces
Control property
CIMTYPE'boolean'
Description'The Control property indicates whether this COM component is an OLE control.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\Control']
readTrue
Control property is in 4 classes of ROOT\cimv2 and in 4 namespaces
DefaultIcon property
CIMTYPE'string'
Description'The DefaultIcon property contains the path to the executable file and the resource identifier of the default icon used by the class.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\DefaultIcon[Default]']
readTrue
DefaultIcon property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
InprocHandler property
CIMTYPE'string'
Description'The InprocHandler property contains the full path to a 16-bit custom handler for the COM component.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\InprocHandler[Default]']
readTrue
InprocHandler property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
InprocHandler32 property
CIMTYPE'string'
Description'The InprocHandler32 property contains the full path to a 32-bit custom handler for the COM component.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\InprocHandler32[Default]']
readTrue
InprocHandler32 property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
InprocServer property
CIMTYPE'string'
Description'The InprocServer property contains the full path to a 16-bit in-process server DLL for this COM component.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\InprocServer[Default]']
readTrue
InprocServer property is in 5 classes of ROOT\cimv2 and in 2 namespaces
InprocServer32 property
CIMTYPE'string'
Description'The InprocServer32 property contains the full path to a 32-bit in-process server DLL for this COM component.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\InprocServer32[Default]']
readTrue
InprocServer32 property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
Insertable property
CIMTYPE'boolean'
Description'The Insertable property indicates whether the COM component can be inserted into OLE container applications.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\Insertable']
readTrue
Insertable property is in 2 classes of ROOT\cimv2 and in 2 namespaces
JavaClass property
CIMTYPE'boolean'
Description'The JavaClass property indicates whether the COM component is a Java component.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\InprocServer32[JavaClass]']
readTrue
JavaClass property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
LocalServer property
CIMTYPE'string'
Description'The LocalServer property contains the full path to a 16-bit local server application.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\LocalServer[Default]']
readTrue
LocalServer property is in 5 classes of ROOT\cimv2 and in 2 namespaces
LocalServer32 property
CIMTYPE'string'
Description'The LocalServer32 property contains the full path to a 32-bit local server application.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\LocalServer32[Default]']
readTrue
LocalServer32 property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
LongDisplayName property
CIMTYPE'string'
Description'The LongDisplayName property specifies the COM application's full name. It is used in areas such as the Results field of the OLE Paste Special dialog box.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\AuxUserType\3[Default]']
readTrue
LongDisplayName property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
ProgId property
CIMTYPE'string'
Description'The ProgId property contains a programmatic identifier associated with the COM component. The format of a ProgID is ... This identifier is not guaranteed to be unique.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\ProgID[Default]']
readTrue
ProgId property is in 4 classes of ROOT\cimv2 and in 2 namespaces
ShortDisplayName property
CIMTYPE'string'
Description'The ShortDisplayName property specifies the COM application's short name (used in menus and pop-ups).'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\AuxUserType\2[Default]']
readTrue
ShortDisplayName property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
ThreadingModel property
CIMTYPE'string'
Description'The ThreadingModel property specifies the threading model used by in-process COM classes, including:
Apartment - components may be entered by one and only one thread. Common data held by these kinds of object servers must be protected against thread collisions since the object server supports multiple components. Each component can be entered simultaneously by different threads.
Free - components place no restrictions on which threads or how many threads can enter the object. The object cannot contain thread-specific data and must protect its data from simultaneous access by multiple threads. Free-threaded components however, cannot be accessed by apartment threads directly, and calls to them are marshaled across from the client apartment.
Both - components that can be used in either apartment-threaded or free-threaded modes. These components can be entered by multiple threads, protect their data from thread collisions, and do not contain thread-specific data.
If this property is NULL, then no threading model is used. The component is created on the main thread of the client and calls from other threads are marshaled to this thread. Please refer to the Platform Software Development Kit for information on the various threading models.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\InprocServer32[ThreadingModel]']
readTrue
ValueMap['Apartment', 'Free', 'Both']
Values['Apartment', 'Free', 'Both']
ThreadingModel property is in 3 classes of ROOT\cimv2 and in 2 namespaces
ToolBoxBitmap32 property
CIMTYPE'string'
Description'The ToolBoxBitmap32 property indicates the module name and resource ID for a small (16 x 16) bitmap used for the face of a toolbar or toolbox button. Used when the COM component is an OLE or ActiveX control'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\ToolBoxBitmap32[Default]']
readTrue
ToolBoxBitmap32 property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
TreatAsClsid property
CIMTYPE'string'
Description'The TreatAsClsid property contains a Globally Unique Identifier (GUID), of a COM component that can emulate instances of this component.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\TreatAs[Default]']
readTrue
TreatAsClsid property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
TypeLibraryId property
CIMTYPE'string'
Description'The TypeLibraryId property contains a Globally Unique Identifier (GUID) for the Type-Library for this COM component.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\TypeLib[Default]']
readTrue
TypeLibraryId property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces
Version property
CIMTYPE'string'
Description'The Version property contains the version number of this COM class.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\Version[Default]']
readTrue
Version property is in 101 classes of ROOT\cimv2 and in 142 namespaces
VersionIndependentProgId property
CIMTYPE'string'
Description'The VersionIndependentProgId property contains a program identifier that is consistent for all versions of the same program.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{GUID}\VersionIndependentProgId[Default]']
readTrue
VersionIndependentProgId property is in 1 class (Win32_ClassicCOMClassSetting) of ROOT\cimv2 and in 2 namespaces

Derived properties (3) of Win32_ClassicCOMClassSetting class

Caption property
CIMTYPE'string'
Description'A short textual description (one-line string) of the CIM_Setting object.'
MaxLen64
readTrue
Caption property is in 1050 classes of ROOT\cimv2 and in 37 namespaces
Description property
CIMTYPE'string'
Description'A textual description of the CIM_Setting object.'
readTrue
Description property is in 1061 classes of ROOT\cimv2 and in 142 namespaces
SettingID property
CIMTYPE'string'
Description'The identifier by which the CIM_Setting object is known.'
MaxLen256
readTrue
SettingID property is in 37 classes of ROOT\cimv2 and in 10 namespaces

Win32_ClassicCOMClassSetting Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'The Win32_ClassicCOMClassSetting class represents the settings of a COM component.'
dynamicTrue
Locale1033
provider'CIMWin32'
UUID'{E5D8A562-F6C0-11d2-B35E-00105A1F8569}'

Win32_ClassicCOMClassSetting System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:Win32_ClassicCOMClassSetting'___SYSTEM8
__NAMESPACE'ROOT\cimv2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['Win32_COMSetting', 'CIM_Setting']___SYSTEM8
__PROPERTY_COUNT26___SYSTEM3
__RELPATH'Win32_ClassicCOMClassSetting'___SYSTEM8
__DYNASTY'CIM_Setting'___SYSTEM8
__SUPERCLASS'Win32_COMSetting'___SYSTEM8
__CLASS'Win32_ClassicCOMClassSetting'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_ClassicCOMClassSetting

Number of classes:43
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
CIM_CollectionSetting220-4-
CIM_ElementSetting1320-40-
CIM_ModifySettingAction0141---
CIM_MonitorSetting020---
CIM_Setting2730-40-
CIM_SettingCheck0141---
CIM_SettingContext020---
CIM_VideoSetting120---
ScriptingStandardConsumerSetting0501--
Win32_AutochkSetting0401---
Win32_ClassicCOMClassSettings02040---
Win32_ClientApplicationSetting020999---
Win32_COMApplicationSettings02040---
Win32_COMSetting230-40-
Win32_DCOMApplicationAccessAllowedSetting02040---
Win32_DCOMApplicationLaunchAllowedSetting02040---
Win32_DCOMApplicationSetting012640---
Win32_DeviceSettings320-19-
Win32_LogicalFileSecuritySetting062999---
Win32_LogicalShareSecuritySetting0525---
Win32_NamedJobObjectLimitSetting01402---
Win32_NamedJobObjectSecLimitSetting0702---
Win32_NetworkAdapterSetting02016---
Win32_OperatingSystemAutochkSetting0201---
Win32_PageFileElementSetting020----
Win32_PageFileSetting060----
Win32_PrinterSetting0202---
Win32_QuotaSetting0901---
Win32_SecuritySetting242-1-
Win32_SecuritySettingAccess270-1-
Win32_SecuritySettingAuditing270---
Win32_SecuritySettingGroup120---
Win32_SecuritySettingOfLogicalFile020999---
Win32_SecuritySettingOfLogicalShare0205---
Win32_SecuritySettingOfObject220-40-
Win32_SecuritySettingOwner120---
Win32_SerialPortSetting0201---
Win32_SettingCheck320---
Win32_SystemSetting420-40-
Win32_VideoSettings020----
Win32_VolumeQuotaSetting0201---
Win32_WMIElementSetting0201---
Win32_WMISetting02701--
WUtils.com
online utility - toplist