Click or drag to resize

ProcessOperationSetProcessPriority Method

Sets the Process Priority.

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

Parameters

ms
Type: System.ManagementManagementScope
The management scope.
id
Type: SystemInt32
The id.
priority
Type: Xcalibur.Models.EnumsSetProcessPriority
The priority.
See Also