|
80 | 80 |
|
81 | 81 | |osPlatform string|OSPlatform property|
|
82 | 82 | |-----------------------|-------------------------|
|
| 83 | +|"FREEBSD"|<xref:System.Runtime.InteropServices.OSPlatform.FreeBSD?displayProperty=nameWithType>| |
83 | 84 | |"LINUX"|<xref:System.Runtime.InteropServices.OSPlatform.Linux%2A?displayProperty=nameWithType>|
|
84 | 85 | |"OSX"|<xref:System.Runtime.InteropServices.OSPlatform.OSX%2A?displayProperty=nameWithType>|
|
85 | 86 | |"WINDOWS"|<xref:System.Runtime.InteropServices.OSPlatform.Windows%2A?displayProperty=nameWithType>|
|
|
219 | 220 | <ReturnType>System.Runtime.InteropServices.OSPlatform</ReturnType>
|
220 | 221 | </ReturnValue>
|
221 | 222 | <Docs>
|
222 |
| - <summary>To be added.</summary> |
223 |
| - <value>To be added.</value> |
| 223 | + <summary>Gets an object that represents the FreeBSD operating system.</summary> |
| 224 | + <value>An object that represents the Linux operating system.</value> |
224 | 225 | <remarks>To be added.</remarks>
|
225 | 226 | </Docs>
|
226 | 227 | </Member>
|
|
332 | 333 | <format type="text/markdown"><![CDATA[
|
333 | 334 |
|
334 | 335 | ## Remarks
|
335 |
| - Two <xref:System.Runtime.InteropServices.OSPlatform> instances are equal if they have the same name. The name of an <xref:System.Runtime.InteropServices.OSPlatform> object is the `osPlatform` string passed to the <xref:System.Runtime.InteropServices.OSPlatform.Create%2A> method. The names of the <xref:System.Runtime.InteropServices.OSPlatform> objects returned by the static OSPlatform properties are "LINUX", "OSX", and "WINDOWS". The method uses ordinal comparison to determine whether the names are the same. |
| 336 | + Two <xref:System.Runtime.InteropServices.OSPlatform> instances are equal if they have the same name. The name of an <xref:System.Runtime.InteropServices.OSPlatform> object is the `osPlatform` string passed to the <xref:System.Runtime.InteropServices.OSPlatform.Create%2A> method. The names of the <xref:System.Runtime.InteropServices.OSPlatform> objects returned by the static OSPlatform properties are "FREEBSD", "LINUX", "OSX", and "WINDOWS". The method uses ordinal comparison to determine whether the names are the same. |
336 | 337 |
|
337 | 338 | ]]></format>
|
338 | 339 | </remarks>
|
|
446 | 447 | <format type="text/markdown"><![CDATA[
|
447 | 448 |
|
448 | 449 | ## Remarks
|
449 |
| - The string representation of an <xref:System.Runtime.InteropServices.OSPlatform> object is the `osPlatform` string passed to the <xref:System.Runtime.InteropServices.OSPlatform.Create%2A> method. The names of the OSPlatform objects returned by the static OSPlatform properties are "LINUX", "OSX", and "WINDOWS". |
| 450 | + The string representation of an <xref:System.Runtime.InteropServices.OSPlatform> object is the `osPlatform` string passed to the <xref:System.Runtime.InteropServices.OSPlatform.Create%2A> method. The names of the OSPlatform objects returned by the static OSPlatform properties are "FREEBSD", "LINUX", "OSX", and "WINDOWS". |
450 | 451 |
|
451 | 452 | ]]></format>
|
452 | 453 | </remarks>
|
|
0 commit comments