Click or drag to resize

ProcessOperationGetProcessOwner Method

Gets Owner information from Win32_Process.

Namespace:  Xcalibur.WMI.Processes
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public static string GetProcessOwner(
	ManagementScope ms,
	int id
)

Parameters

ms
Type: System.ManagementManagementScope
The management scope.
id
Type: SystemInt32
The proc id.

Return Value

Type: String
See Also