C# 클래스 NBench.Sdk.Compiler.BenchmarkMethodMetadata

Metadata used to indicate how a single method works
파일 보기 프로젝트 열기: petabridge/NBench 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty BenchmarkMethodMetadata

공개 메소드들

메소드 설명
BenchmarkMethodMetadata ( MethodInfo invocationMethod, bool takesBenchmarkContext, bool skip ) : System

메소드 상세

BenchmarkMethodMetadata() 공개 메소드

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

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

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