Class HostExtensions
- Namespace
- BenchmarkDotNet.Engines
- Assembly
- BenchmarkDotNet.dll
public static class HostExtensions
- Inheritance
-
HostExtensions
Methods
AfterAll(IHost)
public static void AfterAll(this IHost host)
Parameters
host
IHost
AfterMainRun(IHost)
public static void AfterMainRun(this IHost host)
Parameters
host
IHost
BeforeAnythingElse(IHost)
public static void BeforeAnythingElse(this IHost host)
Parameters
host
IHost
BeforeMainRun(IHost)
public static void BeforeMainRun(this IHost host)
Parameters
host
IHost
WriteLine(IHost, string, params object[])
public static void WriteLine(this IHost host, string messageFormat, params object[] args)