C# Class NBench.Sdk.Compiler.BenchmarkMethodMetadata

Metadata used to indicate how a single method works
Afficher le fichier Open project: petabridge/NBench Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty BenchmarkMethodMetadata

Méthodes publiques

Méthode Description
BenchmarkMethodMetadata ( MethodInfo invocationMethod, bool takesBenchmarkContext, bool skip ) : System

Method Details

BenchmarkMethodMetadata() public méthode

public BenchmarkMethodMetadata ( MethodInfo invocationMethod, bool takesBenchmarkContext, bool skip ) : System
invocationMethod System.Reflection.MethodInfo
takesBenchmarkContext bool
skip bool
Résultat 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
Résultat BenchmarkMethodMetadata