Skip to content

Commit 283ef1c

Browse files
authored
Update RuntimeInformation.xml (#4973)
1 parent 9fb53e7 commit 283ef1c

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

xml/System.Runtime.InteropServices/RuntimeInformation.xml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@
6565
<ReturnType>System.String</ReturnType>
6666
</ReturnValue>
6767
<Docs>
68-
<summary>Returns a string that indicates the name of the .NET installation on which an app is running.</summary>
68+
<summary>Gets the name of the .NET installation on which an app is running.</summary>
6969
<value>The name of the .NET installation on which the app is running.</value>
7070
<remarks>
7171
<format type="text/markdown"><![CDATA[
7272
73-
## Remarks
74-
The property returns a string that starts with one of the following and indicates the name of the currently executing .NET implementation, usually followed by the current version:
75-
76-
- ".NET Core".
77-
78-
- ".NET Framework".
79-
80-
- ".NET Native".
73+
## Remarks
74+
75+
The property returns a string that indicates the name of the currently executing .NET implementation. The string starts with one of the following descriptions, usually followed by the current version:
76+
77+
- ".NET" (for .NET 5.0 and later versions)
78+
- ".NET Core" (for .NET Core 1.0 - 3.1)
79+
- ".NET Framework"
80+
- ".NET Native"
8181
8282
]]></format>
8383
</remarks>
@@ -265,17 +265,18 @@
265265
<ReturnType>System.String</ReturnType>
266266
</ReturnValue>
267267
<Docs>
268-
<summary>Returns an opaque string that identifies the platform on which an app is running.</summary>
269-
<value>To be added.</value>
268+
<summary>Gets the platform on which an app is running.</summary>
269+
<value>An opaque string that identifies the platform on which the app is running.</value>
270270
<remarks>
271271
<format type="text/markdown"><![CDATA[
272272
273273
## Remarks
274274
275275
This property returns a string that identifies the operating system, typically including the version and processor architecture of the currently executing process.
276-
Since this string is opaque, it is not recommended to parse the string into its constituent parts.
276+
277+
Since this string is opaque, it's not recommended to parse the string into its constituent parts.
277278
278-
For more information, see https://docs.microsoft.com/dotnet/core/rid-catalog.
279+
For more information, see [.NET Core RID catalog](/dotnet/core/rid-catalog).
279280
280281
]]></format>
281282
</remarks>

0 commit comments

Comments
 (0)