Show / Hide Table of Contents

Class DotNetCliExecutor

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

Constructors

DotNetCliExecutor(String)

Declaration
public DotNetCliExecutor(string customDotNetCliPath)
Parameters
Type Name Description
String customDotNetCliPath

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