Show / Hide Table of Contents

Class DryJobAttribute

Inheritance
Object
Attribute
JobConfigBaseAttribute
DryJobAttribute
Implements
IConfigSource
Inherited Members
JobConfigBaseAttribute.Config
JobConfigBaseAttribute.GetJob(Job, RuntimeMoniker, Nullable<Jit>, Nullable<Platform>)
Attribute.Equals(Object)
Attribute.GetCustomAttribute(Assembly, Type)
Attribute.GetCustomAttribute(Assembly, Type, Boolean)
Attribute.GetCustomAttribute(MemberInfo, Type)
Attribute.GetCustomAttribute(MemberInfo, Type, Boolean)
Attribute.GetCustomAttribute(Module, Type)
Attribute.GetCustomAttribute(Module, Type, Boolean)
Attribute.GetCustomAttribute(ParameterInfo, Type)
Attribute.GetCustomAttribute(ParameterInfo, Type, Boolean)
Attribute.GetCustomAttributes(Assembly)
Attribute.GetCustomAttributes(Assembly, Boolean)
Attribute.GetCustomAttributes(Assembly, Type)
Attribute.GetCustomAttributes(Assembly, Type, Boolean)
Attribute.GetCustomAttributes(MemberInfo)
Attribute.GetCustomAttributes(MemberInfo, Boolean)
Attribute.GetCustomAttributes(MemberInfo, Type)
Attribute.GetCustomAttributes(MemberInfo, Type, Boolean)
Attribute.GetCustomAttributes(Module)
Attribute.GetCustomAttributes(Module, Boolean)
Attribute.GetCustomAttributes(Module, Type)
Attribute.GetCustomAttributes(Module, Type, Boolean)
Attribute.GetCustomAttributes(ParameterInfo)
Attribute.GetCustomAttributes(ParameterInfo, Boolean)
Attribute.GetCustomAttributes(ParameterInfo, Type)
Attribute.GetCustomAttributes(ParameterInfo, Type, Boolean)
Attribute.GetHashCode()
Attribute.IsDefaultAttribute()
Attribute.IsDefined(Assembly, Type)
Attribute.IsDefined(Assembly, Type, Boolean)
Attribute.IsDefined(MemberInfo, Type)
Attribute.IsDefined(MemberInfo, Type, Boolean)
Attribute.IsDefined(Module, Type)
Attribute.IsDefined(Module, Type, Boolean)
Attribute.IsDefined(ParameterInfo, Type)
Attribute.IsDefined(ParameterInfo, Type, Boolean)
Attribute.Match(Object)
Attribute.TypeId
Namespace: BenchmarkDotNet.Attributes
Assembly: BenchmarkDotNet.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class, AllowMultiple = true)]
public class DryJobAttribute : JobConfigBaseAttribute, IConfigSource

Constructors

DryJobAttribute()

Declaration
public DryJobAttribute()

DryJobAttribute(RuntimeMoniker)

defines a new Dry Job that targets specified Framework

Declaration
public DryJobAttribute(RuntimeMoniker runtimeMoniker)
Parameters
Type Name Description
RuntimeMoniker runtimeMoniker

Target Framework to test.

DryJobAttribute(RuntimeMoniker, Jit, Platform)

defines a new Dry Job that targets specified Framework, JIT and Platform

Declaration
public DryJobAttribute(RuntimeMoniker runtimeMoniker, Jit jit, Platform platform)
Parameters
Type Name Description
RuntimeMoniker runtimeMoniker

Target Framework to test.

Jit jit

Jit to test.

Platform platform

Platform to test.

Implements

IConfigSource
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors