System.ComponentModel.TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor.ICustomTypeDescriptor C# (CSharp) Method

ICustomTypeDescriptor() private method

private ICustomTypeDescriptor ( ) : string
return string
                string ICustomTypeDescriptor.GetClassName()
                {
                    return _handler.GetClassName(_instance);
                }

Same methods

TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : AttributeCollection
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : EventDescriptorCollection
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : PropertyDescriptor
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( ) : TypeConverter
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor::ICustomTypeDescriptor ( Type editorBaseType ) : object
TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor