Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12927


Ignore:
Timestamp:
09/01/15 15:26:48 (9 years ago)
Author:
ascheibe
Message:

#2355 fixed docu comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Sandboxing/SandboxManager.cs

    r12926 r12927  
    2828namespace HeuristicLab.PluginInfrastructure.Sandboxing {
    2929  public static class SandboxManager {
    30 
    3130    /// <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
    3432    /// </summary>   
    3533    public static AppDomain CreateAndInitSandbox(string appDomainName, string applicationBase, string configFilePath) {
Note: See TracChangeset for help on using the changeset viewer.