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