You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Runtime.Loader/AssemblyLoadContext.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ This constructor is protected. It can only be called from the <xref:System.Runti
220
220
<Docs>
221
221
<paramname="assembly">An assembly.</param>
222
222
<summary>Gets the <seecref="T:System.Runtime.Loader.AssemblyLoadContext" /> containing the specified <seecref="T:System.Reflection.Assembly" />.</summary>
223
-
<returns>The assembly load context containing the <paramrefname="assembly" />.</returns>
223
+
<returns>The assembly load context containing the <paramrefname="assembly" />. If the <paramrefname="assembly" /> is not provided by the runtime, this method returns null.</returns>
224
224
<remarks>To be added.</remarks>
225
225
<exceptioncref="T:System.ArgumentNullException">
226
226
<paramrefname="assembly" /> is <seelangword="null" />.</exception>
@@ -774,4 +774,4 @@ This constructor is protected. It can only be called from the <xref:System.Runti
0 commit comments