Correct AssemblyLoadContext comment (dotnet/coreclr#18809)
authorRich Lander <rlander@microsoft.com>
Sun, 8 Jul 2018 21:56:41 +0000 (14:56 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sun, 8 Jul 2018 21:56:41 +0000 (14:56 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/13a7e7044b475caac8219f9eb6d34f6fd892e970

src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.cs

index 7bc321a..addd8f8 100644 (file)
@@ -69,8 +69,8 @@ namespace System.Runtime.Loader
             return AppDomain.CurrentDomain.GetAssemblies(false);
         }
 
-        // These are helpers that can be used by AssemblyLoadContext derivations.
-        // They are used to load assemblies in DefaultContext.
+        // These methods load assemblies into the current AssemblyLoadContext 
+        // They may be used in the implementation of an AssemblyLoadContext derivation
         public Assembly LoadFromAssemblyPath(string assemblyPath)
         {
             if (assemblyPath == null)