Changeset 1470 for trunk/sources/HeuristicLab.PluginInfrastructure
- Timestamp:
- 03/31/09 15:25:17 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/PluginManager.cs
r1199 r1470 138 138 AppDomain applicationDomain = null; 139 139 try { 140 applicationDomain = CreateAndInitAppDomain(appInfo.Name + " AppDomain");140 applicationDomain = CreateAndInitAppDomain(appInfo.Name); 141 141 Runner remoteRunner = (Runner)applicationDomain.CreateInstanceAndUnwrap(typeof(Runner).Assembly.GetName().Name, typeof(Runner).FullName); 142 142 remoteRunner.Run(appInfo);
Note: See TracChangeset
for help on using the changeset viewer.