C# Класс NBench.Sdk.MeasurementConfigurator

Static utility class for IMeasurementConfigurator{T}
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ConfiguratorType System.Type
EmptyConfiguratorType System.Type

Открытые методы

Метод Описание
IsValidConfigurator ( Type configuratorType ) : bool

Returns true if the given type implements IMeasurementConfigurator

Описание методов

IsValidConfigurator() публичный статический Метод

Returns true if the given type implements IMeasurementConfigurator
public static IsValidConfigurator ( Type configuratorType ) : bool
configuratorType System.Type The type we're testing.
Результат bool

Описание свойств

ConfiguratorType публичное статическое свойство

public static Type,System ConfiguratorType
Результат System.Type

EmptyConfiguratorType публичное статическое свойство

Type data for EmptyConfigurator
public static Type,System EmptyConfiguratorType
Результат System.Type