TestimoX

API Reference

Class

BenchmarkTargetDiscoveryResult

Namespace TestimoX.Benchmarks.Targets
Assembly TestimoX
Modifiers sealed

Contains a discovered Windows host and its typed benchmark resource targets.

Inheritance

  • Object
  • BenchmarkTargetDiscoveryResult

Usage

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

Constructors

Properties

public BenchmarkTarget Host { get; set; } #

Gets or sets the enriched root Windows host.

public List<BenchmarkTarget> Targets { get; set; } #

Gets or sets the host and workload-specific resource targets.

public List<String> Warnings { get; set; } #

Gets or sets non-fatal discovery warnings requiring operator review.