TestimoX

API Reference

Class

ProcessActionRequest

Namespace ComputerX.Processes
Assembly ComputerX
Base LocalActionRequest<ProcessActionKind>
Modifiers sealed

Request for local process control.

Inheritance

  • LocalActionRequest<ProcessActionKind>
  • ProcessActionRequest

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public ProcessActionRequest() #

Properties

public Nullable<Int32> ProcessId { get; set; } #

Optional process identifier.

public String ProcessName { get; set; } #

Optional process name used when ProcessId is not provided.

public Boolean AllowMultipleMatches { get; set; } #

Whether multiple matching processes may be targeted.