File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
xml/System.Runtime.InteropServices Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -244,8 +244,18 @@ The returned value is intended to represent the actual architecture of the under
244
244
</ReturnValue >
245
245
<Docs >
246
246
<summary >Gets a string that describes the operating system on which the app is running.</summary >
247
- <value >The description of the operating system on which the app is running.</value >
248
- <remarks >To be added.</remarks >
247
+ <value >An opaque string that describes the operating system on which the app is running.</value >
248
+ <remarks >
249
+ <format type =" text/markdown" ><![CDATA[
250
+
251
+ ## Remarks
252
+
253
+ This property returns a string that describes the operating system for presentation to the user.
254
+
255
+ It's not recommended to parse the string for information.
256
+
257
+ ]]> </format >
258
+ </remarks >
249
259
</Docs >
250
260
</Member >
251
261
<Member MemberName =" ProcessArchitecture" >
You can’t perform that action at this time.
0 commit comments