Skip to content

Commit 441b6bf

Browse files
author
Ron Petrusha
authored
Updated OSPlatform type (#2216)
1 parent 1bb6e67 commit 441b6bf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

xml/System.Runtime.InteropServices/OSPlatform.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
8181
|osPlatform string|OSPlatform property|
8282
|-----------------------|-------------------------|
83+
|"FREEBSD"|<xref:System.Runtime.InteropServices.OSPlatform.FreeBSD?displayProperty=nameWithType>|
8384
|"LINUX"|<xref:System.Runtime.InteropServices.OSPlatform.Linux%2A?displayProperty=nameWithType>|
8485
|"OSX"|<xref:System.Runtime.InteropServices.OSPlatform.OSX%2A?displayProperty=nameWithType>|
8586
|"WINDOWS"|<xref:System.Runtime.InteropServices.OSPlatform.Windows%2A?displayProperty=nameWithType>|
@@ -219,8 +220,8 @@
219220
<ReturnType>System.Runtime.InteropServices.OSPlatform</ReturnType>
220221
</ReturnValue>
221222
<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>
224225
<remarks>To be added.</remarks>
225226
</Docs>
226227
</Member>
@@ -332,7 +333,7 @@
332333
<format type="text/markdown"><![CDATA[
333334
334335
## 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.
336337
337338
]]></format>
338339
</remarks>
@@ -446,7 +447,7 @@
446447
<format type="text/markdown"><![CDATA[
447448
448449
## 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".
450451
451452
]]></format>
452453
</remarks>

0 commit comments

Comments
 (0)