Click or drag to resize

ProcessOperationKillProcesses Method

Ends a process and related child processes.

Namespace:  Xcalibur.WMI.Processes
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public static void KillProcesses(
	ManagementScope ms,
	int id,
	ProcessGrouping grouping
)

Parameters

ms
Type: System.ManagementManagementScope
The management scope.
id
Type: SystemInt32
The id.
grouping
Type: Xcalibur.Models.EnumsProcessGrouping
The grouping.
See Also