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