Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/28/09 17:26:51 (15 years ago)
Author:
kgrading
Message:

switchback to dynamic loading (#653)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Runner.cs

    r1666 r1936  
    4747    /// <param name="plugins">bytearray of all plugins that should be loaded</param>
    4848    public void LoadPlugins(ICollection<byte[]> plugins) {
    49       foreach (byte[] plugin in plugins)
    50         Assembly.Load(plugin);
     49      foreach (byte[] plugin in plugins) {
     50        Assembly.Load(plugin);       
     51      }
    5152    }
    5253
Note: See TracChangeset for help on using the changeset viewer.