Show / Hide Table of Contents

Class Executor

Inheritance
Object
Executor
Implements
IExecutor
Namespace: BenchmarkDotNet.Toolchains
Assembly: BenchmarkDotNet.dll
Syntax
public class Executor : IExecutor

Methods

Execute(ExecuteParameters)

Declaration
public ExecuteResult Execute(ExecuteParameters executeParameters)
Parameters
Type Name Description
ExecuteParameters executeParameters
Returns
Type Description
ExecuteResult

Implements

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