TestimoX

API Reference

Class

SystemRuntimeQueryTryResult

Namespace ComputerX.Runtime
Assembly ComputerX
Modifiers sealed

Non-throwing attempt result for system runtime queries.

Inheritance

  • Object
  • SystemRuntimeQueryTryResult

Usage

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

Constructors

public SystemRuntimeQueryTryResult() #

Properties

public Boolean Success { get; set; } #

True when query succeeded.

public SystemRuntimeQueryResult Result { get; set; } #

Query result when Success is true.

public SystemRuntimeQueryFailure Failure { get; set; } #

Failure payload when Success is false.