|
81 | 81 | <summary>Gets the name of the .NET installation on which an app is running.</summary> |
82 | 82 | <value>The name of the .NET installation on which the app is running.</value> |
83 | 83 | <remarks> |
84 | | - <format type="text/markdown"><![CDATA[ |
85 | | - |
| 84 | + <format type="text/markdown"><![CDATA[ |
| 85 | +
|
86 | 86 | ## Remarks |
87 | 87 |
|
88 | | -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: |
| 88 | +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: |
89 | 89 |
|
90 | 90 | - ".NET" (for .NET 5 and later versions) |
91 | 91 | - ".NET Core" (for .NET Core 1.0 - 3.1) |
92 | 92 | - ".NET Framework" |
93 | 93 | - ".NET Native" |
94 | | - |
| 94 | +
|
95 | 95 | ]]></format> |
96 | 96 | </remarks> |
97 | 97 | </Docs> |
@@ -184,7 +184,15 @@ The property returns a string that indicates the name of the currently executing |
184 | 184 | <Docs> |
185 | 185 | <summary>Gets the platform architecture on which the current app is running.</summary> |
186 | 186 | <value>The platform architecture on which the current app is running.</value> |
187 | | - <remarks>To be added.</remarks> |
| 187 | + <remarks> |
| 188 | + <format type="text/markdown"><![CDATA[ |
| 189 | +
|
| 190 | +## Remarks |
| 191 | +
|
| 192 | +The returned value is intended to represent the actual architecture of the underlying operating system. It is a best effort to ignore the architecture emulation infrastructure that may be involved to run the process. The returned value takes into account emulation built into Windows and macOS operating systems. The returned value does not take into account emulation using QEMU that is typically used on Linux operating system. |
| 193 | +
|
| 194 | + ]]></format> |
| 195 | + </remarks> |
188 | 196 | </Docs> |
189 | 197 | </Member> |
190 | 198 | <Member MemberName="OSDescription"> |
@@ -313,7 +321,7 @@ The property returns a string that indicates the name of the currently executing |
313 | 321 | This property returns a string that identifies the operating system, typically including the version and processor architecture of the currently executing process. |
314 | 322 |
|
315 | 323 | Since this string is opaque, it's not recommended to parse the string into its constituent parts. |
316 | | - |
| 324 | +
|
317 | 325 | For more information, see [.NET Core RID catalog](/dotnet/core/rid-catalog). |
318 | 326 |
|
319 | 327 | ]]></format> |
|
0 commit comments