Changeset 11877
- Timestamp:
- 02/03/15 15:00:13 (10 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/LightweightApplicationManager.cs
r11771 r11877 148 148 149 149 /// <summary> 150 /// Discovers all types implementing or inheriting all or any type in <paramref name="types"/> (directly and indirectly) that are decla ed in any assembly of <paramref name="plugin"/>.150 /// Discovers all types implementing or inheriting all or any type in <paramref name="types"/> (directly and indirectly) that are declared in the assembly <paramref name="assembly"/>. 151 151 /// </summary> 152 152 /// <param name="types">The types to discover.</param> -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/SandboxApplicationManager.cs
r11781 r11877 274 274 275 275 /// <summary> 276 /// Discovers all types implementing or inheriting all or any type in <paramref name="types"/> (directly and indirectly) that are decla ed in any assembly of <paramref name="plugin"/>.276 /// Discovers all types implementing or inheriting all or any type in <paramref name="types"/> (directly and indirectly) that are declared in the assembly <paramref name="assembly"/>. 277 277 /// </summary> 278 278 /// <param name="types">The types to discover.</param>
Note: See TracChangeset
for help on using the changeset viewer.