Class HostExtensions
Inheritance
HostExtensions
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