Class DiagnoserActionParameters
Inheritance
DiagnoserActionParameters
Assembly: BenchmarkDotNet.dll
Syntax
public class DiagnoserActionParameters
Constructors
DiagnoserActionParameters(Process, BenchmarkCase, BenchmarkId)
Declaration
public DiagnoserActionParameters(Process process, BenchmarkCase benchmarkCase, BenchmarkId benchmarkId)
Parameters
Properties
BenchmarkCase
Declaration
public BenchmarkCase BenchmarkCase { get; }
Property Value
BenchmarkId
Declaration
public BenchmarkId BenchmarkId { get; }
Property Value
Config
Declaration
public ImmutableConfig Config { get; }
Property Value
Process
Declaration
public Process Process { get; }
Property Value