Skip to content

Commit 02f255d

Browse files
authored
Update Assembly.xml (#4979)
1 parent 8f6953f commit 02f255d

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

xml/System.Reflection/Assembly.xml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3315,10 +3315,20 @@ In .NET 5.0 and later versions, for bundled assemblies, this method throws an ex
33153315
<ReturnType>System.Boolean</ReturnType>
33163316
</ReturnValue>
33173317
<Docs>
3318-
<summary>Gets a value indicating whether the assembly was loaded from the global assembly cache.</summary>
3318+
<summary>Gets a value indicating whether the assembly was loaded from the global assembly cache (.NET Framework only).</summary>
33193319
<value>
3320-
<see langword="true" /> if the assembly was loaded from the global assembly cache; otherwise, <see langword="false" />.</value>
3321-
<remarks>To be added.</remarks>
3320+
.NET Framework only: <see langword="true" /> if the assembly was loaded from the global assembly cache; otherwise, <see langword="false" />.
3321+
3322+
.NET Core and .NET 5.0 and later: <see langword="false" /> in all cases.</value>
3323+
<remarks>
3324+
<format type="text/markdown"><![CDATA[
3325+
3326+
## Remarks
3327+
3328+
This property is marked obsolete starting in .NET 5.0, and generates a compile-time warning.
3329+
3330+
]]></format>
3331+
</remarks>
33223332
</Docs>
33233333
</Member>
33243334
<Member MemberName="HostContext">

0 commit comments

Comments
 (0)