TestimoX

API Reference

Class

BenchmarkRegistryBinding

Namespace TestimoX.Benchmarks
Assembly TestimoX
Modifiers sealed

Describes one typed machine or user-profile registry value.

Inheritance

  • Object
  • BenchmarkRegistryBinding

Usage

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

Returned or exposed by

Constructors

Methods

public String BuildTechnicalId() #
Returns: String

Returns a stable technical identity for de-duplication and cross-pack matching.

Properties

public String KeyPath { get; set; } #

Gets or sets an absolute machine registry path or a path relative to each selected user profile.

public String ValueName { get; set; } #

Gets or sets the registry value name, or an empty string for the unnamed value.

public RegistryValueKind ValueKind { get; set; } #

Gets or sets the native registry value kind.

public RegistryProfileSelection Profiles { get; set; } #

Gets or sets a typed profile selection. A null value means KeyPath is an absolute machine path.