C# Class NBench.Sdk.Compiler.BenchmarkMethodMetadata

Metadata used to indicate how a single method works
Exibir arquivo Open project: petabridge/NBench Class Usage Examples

Public Properties

Property Type Description
Empty BenchmarkMethodMetadata

Public Methods

Method Description
BenchmarkMethodMetadata ( MethodInfo invocationMethod, bool takesBenchmarkContext, bool skip ) : System

Method Details

BenchmarkMethodMetadata() public method

public BenchmarkMethodMetadata ( MethodInfo invocationMethod, bool takesBenchmarkContext, bool skip ) : System
invocationMethod System.Reflection.MethodInfo
takesBenchmarkContext bool
skip bool
return System

Property Details

Empty public_oe static_oe property

Empty method that won't be called during a benchmark run
public static BenchmarkMethodMetadata,NBench.Sdk.Compiler Empty
return BenchmarkMethodMetadata