Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/12/09 18:41:44 (14 years ago)
Author:
gkronber
Message:

Worked on plugin infrastructure events and the display in the SplashScreen. #799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PluginInfrastructure Refactoring/HeuristicLab.PluginInfrastructure/Interfaces/IApplicationManager.cs

    r2488 r2489  
    3434    IEnumerable<IApplicationDescription> Applications { get; }
    3535
     36    void LoadAssemblies(IEnumerable<byte[]> assemblies);
     37
    3638    IEnumerable<T> GetInstances<T>(IPluginDescription plugin) where T : class;
    3739    IEnumerable<T> GetInstances<T>() where T : class;
    38     IEnumerable<object> GetInstances(Type type);
    3940
    4041    IEnumerable<Type> GetTypes(Type type);
    4142    IEnumerable<Type> GetTypes(Type type, IPluginDescription pluginDescription);
    42     // IEnumerable<Type> GetTypes(Type type, Assembly assembly);
    4343  }
    4444}
Note: See TracChangeset for help on using the changeset viewer.