Win32_NamedJobObjectProcess class
The Win32_NamedJobObjectProcess association WMI class relates a job object and the process contained in the job object. A job can contain multiple processes.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
[Dynamic, SupportsCreate, CreateBy("PutInstance"), Provider("CIMWin32a"), UUID("{486F2A44-D0BF-46c1-9543-68EF5D37F1F9}"), AMENDMENT]
class Win32_NamedJobObjectProcess : CIM_CollectedMSEs
{
Win32_NamedJobObject REF Collection;
Win32_Process REF Member;
};
Members
The Win32_NamedJobObjectProcess class has these types of members:
Properties
The Win32_NamedJobObjectProcess class has these properties.
-
Collection
-
Reference to the instance that represents the processes. This property overrides the Collection property inherited from CIM_CollectedMSEs.
-
Member
-
Reference to the instance that represents the job object. This property overrides the Member property inherited from CIM_CollectedMSEs.
Remarks
The Win32_NamedJobObjectProcess class is derived from CIM_CollectedMSEs.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|