TestimoX

API Reference

Class

PowerShellCommandQueryTryResult

Namespace ComputerX.PowerShellRuntime
Assembly ComputerX
Modifiers sealed

Non-throwing attempt result for PowerShell command execution.

Inheritance

  • Object
  • PowerShellCommandQueryTryResult

Constructors

public PowerShellCommandQueryTryResult() #

Properties

public Boolean Success { get; set; } #

True when execution succeeded.

public PowerShellCommandQueryResult Result { get; set; } #

Result payload when Success is true.

public PowerShellCommandQueryFailure Failure { get; set; } #

Failure payload when Success is false.