Click or drag to resize

ProcessOperation Class

Operation class for Processes.
Inheritance Hierarchy
SystemObject
  Xcalibur.WMI.ProcessesProcessOperation

Namespace:  Xcalibur.WMI.Processes
Assembly:  Xcalibur.WMI (in Xcalibur.WMI.dll) Version: 3.0.0.0 (3.0.1.0)
Syntax
public static class ProcessOperation

The ProcessOperation type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAttachDebugger
Sets the Process Priority.
Public methodStatic memberExecuteProcess
Executes a process using WMI. This allows for remote execution with an admin account context.
Public methodStatic memberGetModuleData
Gets the module data.
Public methodStatic memberGetProcessOwner
Gets Owner information from Win32_Process.
Public methodStatic memberKillProcesses
Ends a process and related child processes.
Public methodStatic memberSetProcessPriority
Sets the Process Priority.
Top
See Also