C# 클래스 IronRuby.Runtime.CustomTypeDescHelpers

Helper class that all custom type descriptor implementations call for the bulk of their implementation.
파일 보기 프로젝트 열기: jschementi/iron

비공개 메소드들

메소드 설명
GetAttributes ( object self ) : AttributeCollection
GetClassName ( object self ) : string
GetComponentName ( object self ) : string
GetConverter ( object self ) : TypeConverter
GetDefaultEvent ( object self ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( object self ) : PropertyDescriptor
GetEditor ( object self, Type editorBaseType ) : object
GetEvents ( object self ) : EventDescriptorCollection
GetEvents ( object self, Attribute attributes ) : EventDescriptorCollection
GetImmediateClass ( object self ) : RubyClass
GetProperties ( object self ) : PropertyDescriptorCollection
GetProperties ( object self, Attribute attributes ) : PropertyDescriptorCollection
GetPropertiesImpl ( object self, Attribute attributes ) : System.ComponentModel.PropertyDescriptor[]
GetPropertyOwner ( object self, PropertyDescriptor pd ) : object