Show / Hide Table of Contents

Class HostExtensions

Inheritance
Object
HostExtensions
Namespace: BenchmarkDotNet.Engines
Assembly: BenchmarkDotNet.dll
Syntax
public static class HostExtensions

Methods

AfterAll(IHost)

Declaration
public static void AfterAll(this IHost host)
Parameters
Type Name Description
IHost host

AfterMainRun(IHost)

Declaration
public static void AfterMainRun(this IHost host)
Parameters
Type Name Description
IHost host

BeforeAnythingElse(IHost)

Declaration
public static void BeforeAnythingElse(this IHost host)
Parameters
Type Name Description
IHost host

BeforeMainRun(IHost)

Declaration
public static void BeforeMainRun(this IHost host)
Parameters
Type Name Description
IHost host

WriteLine(IHost, String, Object[])

Declaration
public static void WriteLine(this IHost host, string messageFormat, params object[] args)
Parameters
Type Name Description
IHost host
String messageFormat
Object[] args
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors