C# Class NBench.Sdk.MeasurementConfigurator

Static utility class for IMeasurementConfigurator{T}
显示文件 Open project: petabridge/NBench

Public Properties

Property Type Description
ConfiguratorType System.Type
EmptyConfiguratorType System.Type

Public Methods

Method Description
IsValidConfigurator ( Type configuratorType ) : bool

Returns true if the given type implements IMeasurementConfigurator

Method Details

IsValidConfigurator() public static method

Returns true if the given type implements IMeasurementConfigurator
public static IsValidConfigurator ( Type configuratorType ) : bool
configuratorType System.Type The type we're testing.
return bool

Property Details

ConfiguratorType public_oe static_oe property

public static Type,System ConfiguratorType
return System.Type

EmptyConfiguratorType public_oe static_oe property

Type data for EmptyConfigurator
public static Type,System EmptyConfiguratorType
return System.Type