API Reference
Class
BenchmarkProviderDescriptor
Describes a benchmark provider and the resource operations it supports.
Inheritance
- Object
- BenchmarkProviderDescriptor
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
public BenchmarkProviderDescriptor() #Inherited Methods
Properties
public String Id { get; set; } #Gets or sets the stable provider identifier referenced by pack bindings.
public String DisplayName { get; set; } #Gets or sets the user-facing provider name.
public BenchmarkProviderCapabilities Capabilities { get; set; } #Gets or sets supported provider operations.
public HashSet<BenchmarkTargetKind> TargetKinds { get; set; } #Gets or sets supported target kinds.
public HashSet<BenchmarkControlKind> ControlKinds { get; set; } #Gets or sets supported technical control kinds.