A process running on a terminal server.
Declaring type: ITerminalServicesProcess
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Public Methods
  Name Description
Public Method Abstract Kill Overloaded. Terminates the process immediately.
Collapse/Expand Public Properties
  Name Description
Public Property Abstract ProcessId The ID of the process on the server.
Public Property Abstract ProcessName The name of the process, e.g. Notepad.exe.
Public Property Abstract SecurityIdentifier The security identifier under which the process is running.
Public Property Abstract Server The terminal server on which this process is running.
Public Property Abstract SessionId The ID of the terminal session on the server in which the process is running.
Public Property Abstract UnderlyingProcess Gets a System.Diagnostics.Process object that represents the process.