System.ComponentModel.DebugTypeDescriptor.GetAttributes C# (CSharp) 메소드

GetAttributes() 공개 정적인 메소드

public static GetAttributes ( Type componentType ) : AttributeCollection
componentType System.Type
리턴 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