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.

interface System.​ComponentModel.​Design.​ITypeDiscoveryService

Assembly: System.ComponentModel.TypeConverter

Discovers available types at design time.

Methods

GetTypes​(Type? baseType, bool excludeGlobalTypes)
Retrieves the list of available types.
Returns A collection of types that match the criteria specified by <paramref name="baseType" /> and <paramref name="excludeGlobalTypes" /> .
baseType The base type to match. Can be <see langword="null" /> .
excludeGlobalTypes Indicates whether types from all referenced assemblies should be checked.