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.
5069
+
This API is not supported in .NET Core 2.0 or later. It will always throw <xref:System.NotSupportedException>.
5070
5070
5071
-
The assembly is loaded into the default AssemblyLoadContext.
The assembly is loaded into the default AssemblyLoadContext.
5076
5072
5077
-
## Remarks
5078
5073
The `assemblyFile` parameter must refer to a URI without escape characters. This method supplies escape characters for all invalid characters in the URI.
0 commit comments