Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions xml/System.Reflection/Assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3199,10 +3199,20 @@ In .NET 5.0 and later versions, for bundled assemblies, this method throws an ex
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets a value indicating whether the assembly was loaded from the global assembly cache.</summary>
<summary>Gets a value indicating whether the assembly was loaded from the global assembly cache (.NET Framework only).</summary>
<value>
<see langword="true" /> if the assembly was loaded from the global assembly cache; otherwise, <see langword="false" />.</value>
<remarks>To be added.</remarks>
.NET Framework only: <see langword="true" /> if the assembly was loaded from the global assembly cache; otherwise, <see langword="false" />.

.NET Core and .NET 5.0 and later: <see langword="false" /> in all cases.</value>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks

This property is marked obsolete starting in .NET 5.0, and generates a compile-time warning.

]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="HostContext">
Expand Down