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

GetAttributes() public static method

public static GetAttributes ( object component ) : AttributeCollection
component object
return AttributeCollection
        public static AttributeCollection GetAttributes(object component) {
            return GetAttributes(component, false);
        }

Same methods

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