Class CharacteristicHelper
- Namespace
- BenchmarkDotNet.Characteristics
- Assembly
- BenchmarkDotNet.dll
public static class CharacteristicHelper- Inheritance
- 
      
      CharacteristicHelper
Methods
GetAllCharacteristics(CharacteristicObject)
public static IReadOnlyList<Characteristic> GetAllCharacteristics(this CharacteristicObject obj)Parameters
Returns
GetAllCharacteristics(Type)
public static IReadOnlyList<Characteristic> GetAllCharacteristics(Type characteristicObjectType)Parameters
- characteristicObjectTypeType
Returns
GetAllPresentableCharacteristics(Type, bool)
public static IReadOnlyList<Characteristic> GetAllPresentableCharacteristics(Type characteristicObjectType, bool includeIgnoreOnApply = false)Parameters
Returns
GetThisTypeCharacteristics(CharacteristicObject)
public static IReadOnlyList<Characteristic> GetThisTypeCharacteristics(this CharacteristicObject obj)Parameters
Returns
GetThisTypeCharacteristics(Type)
public static IReadOnlyList<Characteristic> GetThisTypeCharacteristics(Type characteristicObjectType)Parameters
- characteristicObjectTypeType
Returns
IsPresentableCharacteristic(Characteristic, bool)
public static bool IsPresentableCharacteristic(this Characteristic c, bool includeIgnoreOnApply = false)Parameters
- cCharacteristic
- includeIgnoreOnApplybool