Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/05/10 11:07:21 (14 years ago)
Author:
gkronber
Message:

Merged missing changes (r2587, r2589) in plugin infrastructure from branch to trunk. #799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Manager/PluginManager.cs

    r2527 r2592  
    112112
    113113    /// <summary>
    114     /// Starts and application in a separate AppDomain.
    115     /// Loads all enabled plugins and starts the application via a PluginRunner instance activated in the new AppDomain.
     114    /// Starts an application in a separate AppDomain.
     115    /// Loads all enabled plugins and starts the application via an ApplicationManager instance activated in the new AppDomain.
    116116    /// </summary>
    117117    /// <param name="appInfo">application to run</param>
Note: See TracChangeset for help on using the changeset viewer.