Show / Hide Table of Contents

Interface IExecutor

Namespace: BenchmarkDotNet.Toolchains
Assembly: BenchmarkDotNet.dll
Syntax
public interface IExecutor

Methods

Execute(ExecuteParameters)

Declaration
ExecuteResult Execute(ExecuteParameters executeParameters)
Parameters
Type Name Description
ExecuteParameters executeParameters
Returns
Type Description
ExecuteResult
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors