CIM_ProcessThread class

The CIM_ProcessThread class represents a link between a process and the threads running in the context of the process.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, UUID("{B7E6042C-DB36-11d2-85FC-0000F8102E5F}"), AMENDMENT]
class CIM_ProcessThread : CIM_Component
{
  CIM_Thread  REF PartComponent;
  CIM_Process REF GroupComponent;
};

Members

The CIM_ProcessThread class has these types of members:

Properties

The CIM_ProcessThread class has these properties.

GroupComponent

Data type: CIM_Process

Access type: Read-only

Qualifiers: Max (1), Min (1), Override ("GroupComponent")

A CIM_Process that describes the process.

PartComponent

Data type: CIM_Thread

Access type: Read-only

Qualifiers: Override ("PartComponent"), Weak

A CIM_Thread that describes the thread running in the context of the process.

Remarks

WMI does not implement this class.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_Component