Class OperatingSystemsArchitectureFilterAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.dll
public class OperatingSystemsArchitectureFilterAttribute : FilterConfigBaseAttribute, IConfigSource
- Inheritance
-
OperatingSystemsArchitectureFilterAttribute
- Implements
- Inherited Members
Constructors
OperatingSystemsArchitectureFilterAttribute()
public OperatingSystemsArchitectureFilterAttribute()
OperatingSystemsArchitectureFilterAttribute(bool, params Architecture[])
public OperatingSystemsArchitectureFilterAttribute(bool allowed, params Architecture[] architectures)
Parameters
allowed
boolif set to true, the architectures are enabled, if set to false, disabled
architectures
Architecture[]the architecture(s) for which the filter should be applied