TypeExtensions
Provides extension methods for reflection.
Gets a human readable type name (e.g. DictionaryOfStringAndObject).
Gets the type of the array item.
public static bool InheritsFromTypeName(this Type type, string typeName, TypeNameStyle typeNameStyle)
Checks whether the given type inherits from the given type name.
public static bool IsAssignableToTypeName(this CachedType type, string typeName, TypeNameStyle typeNameStyle)
Checks whether the given type is assignable to the given type name.
public static bool IsAssignableToTypeName(this Type type, string typeName, TypeNameStyle typeNameStyle)
Checks whether the given type is assignable to the given type name.