ITypeDiscoveryService Interface
.NET Framework (current version)
Discovers available types at design time.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | GetTypes(Type^, Boolean) | Retrieves the list of available types. |
The ITypeDiscoveryService is used to discover available types at design time, when a client of the service does not know the names of existing types or referenced assemblies.
.NET Framework
Available since 2.0
Available since 2.0
Show:
