System.ComponentModel.DebugTypeDescriptor.GetAttributes C# (CSharp) Method

GetAttributes() public static method

public static GetAttributes ( Type componentType ) : AttributeCollection
componentType System.Type
return AttributeCollection
        public static AttributeCollection GetAttributes(Type componentType) {
            return GetEntry(null, componentType).GetAttributes(null);
        }

Same methods

DebugTypeDescriptor::GetAttributes ( object component ) : AttributeCollection
DebugTypeDescriptor::GetAttributes ( object component, bool noCustomTypeDesc ) : AttributeCollection