Show / Hide Table of Contents

Class DiagnoserActionParameters

Inheritance
Object
DiagnoserActionParameters
Namespace: BenchmarkDotNet.Diagnosers
Assembly: BenchmarkDotNet.dll
Syntax
public class DiagnoserActionParameters

Constructors

DiagnoserActionParameters(Process, BenchmarkCase, BenchmarkId)

Declaration
public DiagnoserActionParameters(Process process, BenchmarkCase benchmarkCase, BenchmarkId benchmarkId)
Parameters
Type Name Description
Process process
BenchmarkCase benchmarkCase
BenchmarkId benchmarkId

Properties

BenchmarkCase

Declaration
public BenchmarkCase BenchmarkCase { get; }
Property Value
Type Description
BenchmarkCase

BenchmarkId

Declaration
public BenchmarkId BenchmarkId { get; }
Property Value
Type Description
BenchmarkId

Config

Declaration
public ImmutableConfig Config { get; }
Property Value
Type Description
ImmutableConfig

Process

Declaration
public Process Process { get; }
Property Value
Type Description
Process
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors