Class JobMode<T>
Inheritance
JobMode<T>
Inherited Members
Namespace: BenchmarkDotNet.Jobs
Assembly: BenchmarkDotNet.dll
Syntax
public abstract class JobMode<T> : CharacteristicObject<T> where T : JobMode<T>, new()
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
JobMode()
Declaration
protected JobMode()
JobMode(String)
Declaration
protected JobMode(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id |
Fields
Default
Declaration
public static readonly T Default
Field Value
| Type | Description |
|---|---|
| T |
Properties
Job
Declaration
public Job Job { get; }
Property Value
| Type | Description |
|---|---|
| Job |