Changeset 12927 for trunk/sources
- Timestamp:
- 09/01/15 15:26:48 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Sandboxing/SandboxManager.cs
r12926 r12927 28 28 namespace HeuristicLab.PluginInfrastructure.Sandboxing { 29 29 public static class SandboxManager { 30 31 30 /// <summary> 32 /// Creates a privileged sandbox, meaning that the executed code is fully trusted and permissions are not restricted. 33 /// This method is a fall back for trusted users in HeuristicLab Hive. 31 /// Returns a new AppDomain with loaded assemblies/plugins from applicationBase 34 32 /// </summary> 35 33 public static AppDomain CreateAndInitSandbox(string appDomainName, string applicationBase, string configFilePath) {
Note: See TracChangeset
for help on using the changeset viewer.