|
65 | 65 | <ReturnType>System.String</ReturnType>
|
66 | 66 | </ReturnValue>
|
67 | 67 | <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> |
69 | 69 | <value>The name of the .NET installation on which the app is running.</value>
|
70 | 70 | <remarks>
|
71 | 71 | <format type="text/markdown"><![CDATA[
|
72 | 72 |
|
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" |
81 | 81 |
|
82 | 82 | ]]></format>
|
83 | 83 | </remarks>
|
|
265 | 265 | <ReturnType>System.String</ReturnType>
|
266 | 266 | </ReturnValue>
|
267 | 267 | <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> |
270 | 270 | <remarks>
|
271 | 271 | <format type="text/markdown"><. |
279 | 280 |
|
280 | 281 | ]]></format>
|
281 | 282 | </remarks>
|
|
0 commit comments