Show / Hide Table of Contents

Class BenchmarkRunInfo

Inheritance
Object
BenchmarkRunInfo
Implements
IDisposable
Namespace: BenchmarkDotNet.Running
Assembly: BenchmarkDotNet.dll
Syntax
public class BenchmarkRunInfo : IDisposable

Constructors

BenchmarkRunInfo(BenchmarkCase[], Type, ImmutableConfig)

Declaration
public BenchmarkRunInfo(BenchmarkCase[] benchmarksCase, Type type, ImmutableConfig config)
Parameters
Type Name Description
BenchmarkCase[] benchmarksCase
Type type
ImmutableConfig config

Properties

BenchmarksCases

Declaration
public BenchmarkCase[] BenchmarksCases { get; }
Property Value
Type Description
BenchmarkCase[]

Config

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

Type

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

Methods

Dispose()

Declaration
public void Dispose()

Implements

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