Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​ComponentModel.​Design.​TypeDescriptionProviderService
Assembly: System.ComponentModel.TypeConverter
Inheritance: object → TypeDescriptionProviderService
Provides a type description provider for a specified type.
Methods
public
TypeDescriptionProvider
GetProvider​(object instance)
Gets a type description provider for the specified object.
Returns A <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> that corresponds with <paramref name="instance" /> .
instance
The object to get a type description provider for.
public
TypeDescriptionProvider
GetProvider​(Type type)
Gets a type description provider for the specified type.
Returns A <see cref="T:System.ComponentModel.TypeDescriptionProvider" /> that corresponds with <paramref name="type" /> .
type
The type to get a type description provider for.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object