API Reference
Class
BenchmarkRegistryBinding
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
- Property BenchmarkControlBinding.Registry
Constructors
public BenchmarkRegistryBinding() #Methods
public String BuildTechnicalId() #Returns:
StringReturns a stable technical identity for de-duplication and cross-pack matching.
Inherited Methods
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.