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

GetProperties() public static method

public static GetProperties ( Type componentType ) : PropertyDescriptorCollection
componentType System.Type
return PropertyDescriptorCollection
        public static PropertyDescriptorCollection GetProperties(Type componentType) {
            return GetProperties(componentType, null);
        }

Same methods

DebugTypeDescriptor::GetProperties ( Type componentType, Attribute attributes ) : PropertyDescriptorCollection
DebugTypeDescriptor::GetProperties ( object component ) : PropertyDescriptorCollection
DebugTypeDescriptor::GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
DebugTypeDescriptor::GetProperties ( object component, Attribute attributes, bool noCustomTypeDesc ) : PropertyDescriptorCollection
DebugTypeDescriptor::GetProperties ( object component, bool noCustomTypeDesc ) : PropertyDescriptorCollection