- Timestamp:
- 11/12/09 18:41:44 (15 years ago)
- Location:
- branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/Interfaces/IApplicationManager.cs
r2488 r2489 34 34 IEnumerable<IApplicationDescription> Applications { get; } 35 35 36 void LoadAssemblies(IEnumerable<byte[]> assemblies); 37 36 38 IEnumerable<T> GetInstances<T>(IPluginDescription plugin) where T : class; 37 39 IEnumerable<T> GetInstances<T>() where T : class; 38 IEnumerable<object> GetInstances(Type type);39 40 40 41 IEnumerable<Type> GetTypes(Type type); 41 42 IEnumerable<Type> GetTypes(Type type, IPluginDescription pluginDescription); 42 // IEnumerable<Type> GetTypes(Type type, Assembly assembly);43 43 } 44 44 }
Note: See TracChangeset
for help on using the changeset viewer.