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
characteristicObjectType
Type
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
characteristicObjectType
Type
Returns
IsPresentableCharacteristic(Characteristic, bool)
public static bool IsPresentableCharacteristic(this Characteristic c, bool includeIgnoreOnApply = false)
Parameters
c
CharacteristicincludeIgnoreOnApply
bool