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
+27-3Lines changed: 27 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -691,7 +691,15 @@ Each <xref:System.Runtime.Loader.AssemblyLoadContext> can load only:
691
691
<paramname="assemblyPath">The fully qualified path of the file to load.</param>
692
692
<summary>Loads the contents of an assembly file on the specified path.</summary>
693
693
<returns>The loaded assembly.</returns>
694
-
<remarks>To be added.</remarks>
694
+
<remarks>
695
+
<formattype="text/markdown"><.
700
+
701
+
]]></format>
702
+
</remarks>
695
703
<exceptioncref="T:System.ArgumentException">The <paramrefname="assemblyPath" /> argument is not an absolute path.</exception>
696
704
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="assemblyPath" /> argument is <seelangword="null" />.</exception>
697
705
<exceptioncref="T:System.IO.FileLoadException">A file that was found could not be loaded.</exception>
@@ -813,7 +821,15 @@ Each <xref:System.Runtime.Loader.AssemblyLoadContext> can load only:
813
821
<paramname="assembly">A byte array that is a COFF-based image containing a managed assembly.</param>
814
822
<summary>Loads the assembly with a common object file format (COFF)-based image containing a managed assembly.</summary>
815
823
<returns>The loaded assembly.</returns>
816
-
<remarks>To be added.</remarks>
824
+
<remarks>
825
+
<formattype="text/markdown"><.
830
+
831
+
]]></format>
832
+
</remarks>
817
833
<exceptioncref="T:System.ArgumentNullException">
818
834
<paramrefname="assembly" /> is <seelangword="null" />.</exception>
@@ -873,7 +889,15 @@ Each <xref:System.Runtime.Loader.AssemblyLoadContext> can load only:
873
889
<paramname="assemblySymbols">A byte array that contains the raw bytes representing the symbols for the assembly.</param>
874
890
<summary>Loads the assembly with a common object file format (COFF)-based image containing a managed assembly, optionally including symbols for the assembly.</summary>
875
891
<returns>The loaded assembly.</returns>
876
-
<remarks>To be added.</remarks>
892
+
<remarks>
893
+
<formattype="text/markdown"><.
898
+
899
+
]]></format>
900
+
</remarks>
877
901
<exceptioncref="T:System.ArgumentNullException">
878
902
<paramrefname="assembly" /> is <seelangword="null" />.</exception>
0 commit comments