Class MeasurementConfigurator
Static utility class for IMeasurementConfigurator<T>
Inheritance
System.Object
MeasurementConfigurator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NBench.Sdk
Assembly: NBench.dll
Syntax
public static class MeasurementConfigurator
Fields
ConfiguratorType
Declaration
public static readonly Type ConfiguratorType
Field Value
Type | Description |
---|---|
System.Type |
EmptyConfiguratorType
System.Type data for MeasurementConfigurator.EmptyConfigurator
Declaration
public static readonly Type EmptyConfiguratorType
Field Value
Type | Description |
---|---|
System.Type |
Methods
IsValidConfigurator(Type)
Returns true
if the given type implements IMeasurementConfigurator
Declaration
public static bool IsValidConfigurator(Type configuratorType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | configuratorType | The type we're testing. |
Returns
Type | Description |
---|---|
System.Boolean | True if it's a valid IMeasurementConfigurator, false otherwise. |