Esempio n. 1
0
 public string GetClassName()
 {
     return(TypeDescriptorHelper.GetClassName(this));
 }
Esempio n. 2
0
 public object GetPropertyOwner(PropertyDescriptor pd)
 {
     return(TypeDescriptorHelper.GetPropertyOwner(this, pd));
 }
Esempio n. 3
0
 public AttributeCollection GetAttributes()
 {
     return(TypeDescriptorHelper.GetAttributes(this));
 }
Esempio n. 4
0
 public PropertyDescriptorCollection GetProperties()
 {
     return(TypeDescriptorHelper.GetProperties(this));
 }
Esempio n. 5
0
 public PropertyDescriptorCollection GetProperties(Attribute[] attributes)
 {
     return(TypeDescriptorHelper.GetProperties(this, attributes));
 }
Esempio n. 6
0
 public EventDescriptorCollection GetEvents()
 {
     return(TypeDescriptorHelper.GetEvents(this));
 }
Esempio n. 7
0
 public EventDescriptorCollection GetEvents(Attribute[] attributes)
 {
     return(TypeDescriptorHelper.GetEvents(this, attributes));
 }
Esempio n. 8
0
 public object GetEditor(Type editorBaseType)
 {
     return(TypeDescriptorHelper.GetEditor(this, editorBaseType));
 }
Esempio n. 9
0
 public PropertyDescriptor GetDefaultProperty()
 {
     return(TypeDescriptorHelper.GetDefaultProperty(this));
 }
Esempio n. 10
0
 public EventDescriptor GetDefaultEvent()
 {
     return(TypeDescriptorHelper.GetDefaultEvent(this));
 }
Esempio n. 11
0
 public TypeConverter GetConverter()
 {
     return(TypeDescriptorHelper.GetConverter(this));
 }
Esempio n. 12
0
 public string GetComponentName()
 {
     return(TypeDescriptorHelper.GetComponentName(this));
 }