Creates an AxPropertyInfo object.
public AxPropertyInfo( Class componentClass, String name, Class type, MemberAttribute[] attributes )
componentClass
The class from which the control's get and set methods will come. This should be the class which extends AxHost
name
The name of the property.
type
The type of the property.
attributes
An array of MemberAttribute objects that specify the attributes of this property.