Changeset 7662 for trunk/sources/HeuristicLab.PluginInfrastructure
- Timestamp:
- 03/26/12 14:11:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/LightweightApplicationManager.cs
r7520 r7662 123 123 private static IEnumerable<Type> GetTypes(Type type, Assembly assembly, bool onlyInstantiable = true, bool includeGenericTypeDefinitions = false) { 124 124 try { 125 // necessary to make sure the exception is immediately thrown 126 // instead of later when the enumerable is iterated? 125 127 var assemblyTypes = assembly.GetTypes(); 126 128
Note: See TracChangeset
for help on using the changeset viewer.