- Timestamp:
- 04/06/21 13:13:32 (4 years ago)
- Location:
- branches/3026_IntegrationIntoSymSpace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3026_IntegrationIntoSymSpace
- Property svn:mergeinfo changed
-
branches/3026_IntegrationIntoSymSpace/HeuristicLab.PluginInfrastructure/3.3/SandboxApplicationManager.cs
r17180 r17928 227 227 internal static IEnumerable<Type> GetTypes(Type type, bool onlyInstantiable, bool includeGenericTypeDefinitions) { 228 228 return from asm in AppDomain.CurrentDomain.GetAssemblies() 229 where !asm.IsDynamic && !string.IsNullOrEmpty(asm.Location) 229 230 from t in GetTypes(type, asm, onlyInstantiable, includeGenericTypeDefinitions) 230 231 select t;
Note: See TracChangeset
for help on using the changeset viewer.