diff --git a/xml/System.Runtime.Loader/AssemblyLoadContext.xml b/xml/System.Runtime.Loader/AssemblyLoadContext.xml index a716c585432..985040ef610 100644 --- a/xml/System.Runtime.Loader/AssemblyLoadContext.xml +++ b/xml/System.Runtime.Loader/AssemblyLoadContext.xml @@ -691,7 +691,15 @@ Each can load only: The fully qualified path of the file to load. Loads the contents of an assembly file on the specified path. The loaded assembly. - To be added. + + context, if the assembly name matches an assembly that's part of the default probing path, the assembly from the default probing path is loaded instead of the assembly at the specified path. For more information about default probing, see [Managed assembly loading algorithm](/dotnet/core/dependency-loading/loading-managed). + + ]]> + The argument is not an absolute path. The argument is . A file that was found could not be loaded. @@ -813,7 +821,15 @@ Each can load only: A byte array that is a COFF-based image containing a managed assembly. Loads the assembly with a common object file format (COFF)-based image containing a managed assembly. The loaded assembly. - To be added. + + context, if the assembly name matches an assembly that's part of the default probing path, the assembly from the default probing path is loaded instead of the assembly from the stream. For more information about default probing, see [Managed assembly loading algorithm](/dotnet/core/dependency-loading/loading-managed). + + ]]> + is . @@ -873,7 +889,15 @@ Each can load only: A byte array that contains the raw bytes representing the symbols for the assembly. Loads the assembly with a common object file format (COFF)-based image containing a managed assembly, optionally including symbols for the assembly. The loaded assembly. - To be added. + + context, if the assembly name matches an assembly that's part of the default probing path, the assembly from the default probing path is loaded instead of the assembly from the stream. For more information about default probing, see [Managed assembly loading algorithm](/dotnet/core/dependency-loading/loading-managed). + + ]]> + is .