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
This API is present in .NET Core for compatibility, but it is recommended to use <xref:System.Reflection.AssemblyLoadContext> overloads in .NET Core 2.0 and later.
4137
+
4138
+
The assembly is loaded into the current AssemblyLoadContext.
@@ -4231,7 +4241,17 @@ To load the correct assembly, it's recommended to call the `Load` method by pass
4231
4241
<param name="rawSymbolStore">A byte array that contains the raw bytes representing the symbols for the assembly.</param>
4232
4242
<summary>Loads the assembly with a common object file format (COFF)-based image containing an emitted assembly, optionally including symbols for the assembly.</summary>
This API is present in .NET Core for compatibility, but it is recommended to use <xref:System.Reflection.AssemblyLoadContext> overloads in .NET Core 2.0 and later.
4250
+
4251
+
The assembly is loaded into the current AssemblyLoadContext.
This API is present in .NET Core for compatibility, but it is recommended to use <xref:System.Reflection.AssemblyLoadContext> overloads in .NET Core 2.0 and later.
4649
+
4650
+
The assembly is loaded into a new AssemblyLoadContext created for this purpose.
This API is present in .NET Core for compatibility, but it is recommended to use <xref:System.Reflection.AssemblyLoadContext> overloads in .NET Core 2.0 and later.
4829
+
4830
+
The assembly is loaded into the default AssemblyLoadContext.
This API is present in .NET Core for compatibility, but it is recommended to use <xref:System.Reflection.AssemblyLoadContext> overloads in .NET Core 2.0 and later.
5090
+
5091
+
The assembly is loaded into the default AssemblyLoadContext.
0 commit comments