Win32_SessionProcess class

The Win32_SessionProcess association WMI class represents an association between a logon session and the processes associated with that session.

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, Provider("CIMWin32"), UUID("9CD8E1CE-0D27-4a41-AADE-F8D200230FF4"), AMENDMENT]
class Win32_SessionProcess : Win32_SessionResource
{
  Win32_LogonSession REF Antecedent;
  Win32_Process      REF Dependent;
};

Members

The Win32_SessionProcess class has these types of members:

Properties

The Win32_SessionProcess class has these properties.

Antecedent

Data type: Win32_LogonSession

Access type: Read-only

Qualifiers: Override ("Antecedent"), Key

A Win32_LogonSession that represents the session which is related to the process.

Dependent

Data type: Win32_Process

Access type: Read-only

Qualifiers: Override ("Dependent"), Key

A Win32_Process that represents the process associated with the session.

Remarks

Win32_SessionProcess returns all session for the administrator when logged in elevated or when run remotely. This is an extension to the behavior of the class.

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

Win32_SessionResource

Operating System Classes