AttributeHelper public static class AttributeHelper Provides extension methods on portable platforms to simplify working with Attributes Documentation Code public static Attribute[] GetCustomAttributes(object actual, Type attributeType, bool inherit) Gets the custom attributes from the given object.