Skip to content

Commit c505896

Browse files
authored
Delete Windows 2000 notes (#3873)
1 parent 8ce0057 commit c505896

File tree

19 files changed

+64
-198
lines changed

19 files changed

+64
-198
lines changed

xml/Microsoft.VisualBasic.ApplicationServices/WindowsFormsApplicationBase.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,9 +512,6 @@
512512
> [!NOTE]
513513
> Many network hubs will provide a network connection even if the hub is disconnected from a larger network. Consequently, for wired connections, this event indicates change in the connection between the computer and a hub.
514514
515-
> [!NOTE]
516-
> The `NetworkAvailabilityChanged` event is not raised by applications when they are run on Windows 95 and Windows 98, or when they are run by a non-administrator on Windows 2000. If your application might run on those operating systems, use the <xref:Microsoft.VisualBasic.Devices.Network.IsAvailable%2A> property to check for network availability.
517-
518515
## Availability by Project Type
519516
520517
|Project type|Available|

xml/Microsoft.VisualBasic.Devices/ComputerInfo.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@
105105
<remarks>
106106
<format type="text/markdown"><![CDATA[
107107
108-
## Remarks
109-
The `My.Computer.Info.AvailablePhysicalMemory` property requires Windows XP, Windows 2000 Professional, Windows Server 2003, Windows 2000 Server, or Windows Vista.
110-
111-
112-
113108
## Examples
114109
This example uses the `My.Computer.Info.AvailablePhysicalMemory` property to display the amount of available physical memory for the computer on which the code runs.
115110
@@ -155,11 +150,6 @@
155150
<remarks>
156151
<format type="text/markdown"><![CDATA[
157152
158-
## Remarks
159-
The `My.Computer.Info.AvailableVirtualMemory` property requires Windows XP, Windows 2000 Professional, Windows Server 2003, Windows 2000 Server, or Windows Vista.
160-
161-
162-
163153
## Examples
164154
This example uses the `My.Computer.Info.AvailableVirtualMemory` property to display the amount of available virtual memory for the computer on which the code runs.
165155
@@ -383,11 +373,6 @@
383373
<remarks>
384374
<format type="text/markdown"><![CDATA[
385375
386-
## Remarks
387-
The `My.Computer.Info.TotalPhysicalMemory` property requires Windows XP, Windows 2000 Professional, Windows Server 2003, Windows 2000 Server, or Windows Vista.
388-
389-
390-
391376
## Examples
392377
This example uses the `My.Computer.Info.TotalPhysicalMemory` property to display the total amount of physical memory for the computer on which the code runs.
393378
@@ -433,11 +418,6 @@
433418
<remarks>
434419
<format type="text/markdown"><![CDATA[
435420
436-
## Remarks
437-
The `My.Computer.Info.TotalVirtualMemory` property requires Windows XP, Windows 2000 Professional, Windows Server 2003, Windows 2000 Server, or Windows Vista.
438-
439-
440-
441421
## Examples
442422
This example uses the `My.Computer.Info.TotalVirtualMemory` property to display the total amount of virtual memory for the computer on which the code runs.
443423

xml/Microsoft.VisualBasic.Devices/Network.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,11 +1022,6 @@
10221022
> [!NOTE]
10231023
> Many network hubs provide a network connection, even if the hub is disconnected from a larger network. Consequently, for wired connections, this event indicates a change in the connection between the computer and a hub.
10241024
1025-
> [!NOTE]
1026-
> The `NetworkAvailabilityChanged` event is not raised by applications that run on Windows 95 and Windows 98 or by applications that are run on Windows 2000 by a non-administrator. If your application might run on those platforms, use the <xref:Microsoft.VisualBasic.Devices.Network.IsAvailable%2A> property.
1027-
1028-
1029-
10301025
## Examples
10311026
This example uses the `My.Computer.Network.NetworkAvailabilityChanged` event to update the user interface of a form or control.
10321027

xml/System.EnterpriseServices/ContextUtil.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
]]></format>
7070
</remarks>
7171
<exception cref="T:System.Runtime.InteropServices.COMException">There is no COM+ context available.</exception>
72-
<exception cref="T:System.PlatformNotSupportedException">The platform is not Windows 2000 or later.</exception>
7372
</Docs>
7473
</Member>
7574
<Member MemberName="ApplicationId">
@@ -177,7 +176,6 @@
177176
]]></format>
178177
</remarks>
179178
<exception cref="T:System.Runtime.InteropServices.COMException">There is no COM+ context available.</exception>
180-
<exception cref="T:System.PlatformNotSupportedException">The platform is not Windows 2000 or later.</exception>
181179
</Docs>
182180
</Member>
183181
<Member MemberName="DeactivateOnReturn">
@@ -219,7 +217,6 @@
219217
]]></format>
220218
</remarks>
221219
<exception cref="T:System.Runtime.InteropServices.COMException">There is no COM+ context available.</exception>
222-
<exception cref="T:System.PlatformNotSupportedException">The platform is not Windows 2000 or later.</exception>
223220
</Docs>
224221
</Member>
225222
<Member MemberName="DisableCommit">
@@ -335,7 +332,6 @@
335332
]]></format>
336333
</remarks>
337334
<exception cref="T:System.Runtime.InteropServices.COMException">There is no COM+ context available.</exception>
338-
<exception cref="T:System.PlatformNotSupportedException">The platform is not Windows 2000 or later.</exception>
339335
<altmember cref="M:System.EnterpriseServices.ContextUtil.SetNamedProperty(System.String,System.Object)" />
340336
</Docs>
341337
</Member>
@@ -504,7 +500,6 @@
504500
]]></format>
505501
</remarks>
506502
<exception cref="T:System.Runtime.InteropServices.COMException">There is no COM+ context available.</exception>
507-
<exception cref="T:System.PlatformNotSupportedException">The platform is not Windows 2000 or later.</exception>
508503
</Docs>
509504
</Member>
510505
<Member MemberName="PartitionId">
@@ -645,7 +640,6 @@
645640
]]></format>
646641
</remarks>
647642
<exception cref="T:System.Runtime.InteropServices.COMException">There is no COM+ context available.</exception>
648-
<exception cref="T:System.PlatformNotSupportedException">The platform is not Windows 2000 or later.</exception>
649643
<altmember cref="M:System.EnterpriseServices.ContextUtil.GetNamedProperty(System.String)" />
650644
</Docs>
651645
</Member>
@@ -677,7 +671,6 @@
677671
]]></format>
678672
</remarks>
679673
<exception cref="T:System.Runtime.InteropServices.COMException">There is no COM+ context available.</exception>
680-
<exception cref="T:System.PlatformNotSupportedException">The platform is not Windows 2000 or later.</exception>
681674
</Docs>
682675
</Member>
683676
<Member MemberName="Transaction">
@@ -709,7 +702,6 @@
709702
]]></format>
710703
</remarks>
711704
<exception cref="T:System.Runtime.InteropServices.COMException">There is no COM+ context available.</exception>
712-
<exception cref="T:System.PlatformNotSupportedException">The platform is not Windows 2000 or later.</exception>
713705
</Docs>
714706
</Member>
715707
<Member MemberName="TransactionId">
@@ -745,7 +737,6 @@
745737
]]></format>
746738
</remarks>
747739
<exception cref="T:System.Runtime.InteropServices.COMException">There is no COM+ context available.</exception>
748-
<exception cref="T:System.PlatformNotSupportedException">The platform is not Windows 2000 or later.</exception>
749740
</Docs>
750741
</Member>
751742
</Members>

xml/System.IO/Directory.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,6 @@ Directory::CreateDirectory("c:\\Users\\User1\\Public\\Html");
17211721
</remarks>
17221722
<exception cref="T:System.ArgumentNullException">The <paramref name="path" /> parameter is <see langword="null" />.</exception>
17231723
<exception cref="T:System.IO.IOException">An I/O error occurred while opening the directory.</exception>
1724-
<exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows 2000 or later.</exception>
17251724
<exception cref="T:System.SystemException">A system-level error occurred, such as the directory could not be found. The specific exception may be a subclass of <see cref="T:System.SystemException" />.</exception>
17261725
<exception cref="T:System.UnauthorizedAccessException">The <paramref name="path" /> parameter specified a directory that is read-only.
17271726

@@ -1780,7 +1779,6 @@ Directory::CreateDirectory("c:\\Users\\User1\\Public\\Html");
17801779
</remarks>
17811780
<exception cref="T:System.ArgumentNullException">The <paramref name="path" /> parameter is <see langword="null" />.</exception>
17821781
<exception cref="T:System.IO.IOException">An I/O error occurred while opening the directory.</exception>
1783-
<exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows 2000 or later.</exception>
17841782
<exception cref="T:System.SystemException">A system-level error occurred, such as the directory could not be found. The specific exception may be a subclass of <see cref="T:System.SystemException" />.</exception>
17851783
<exception cref="T:System.UnauthorizedAccessException">The <paramref name="path" /> parameter specified a directory that is read-only.
17861784

@@ -3862,7 +3860,6 @@ Directory::CreateDirectory("c:\\Users\\User1\\Public\\Html");
38623860
-or-
38633861

38643862
The current process does not have sufficient privilege to set the ACL entry.</exception>
3865-
<exception cref="T:System.PlatformNotSupportedException">The current operating system is not Windows 2000 or later.</exception>
38663863
<altmember cref="T:System.IO.FileSystemWatcher" />
38673864
</Docs>
38683865
</Member>

xml/System.IO/DirectoryInfo.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,6 @@ namespace ConsoleApp
18981898

18991899
The caller does not have the required permission.</exception>
19001900
<exception cref="T:System.IO.IOException">An I/O error occurred while opening the directory.</exception>
1901-
<exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
19021901
</Docs>
19031902
</Member>
19041903
<Member MemberName="GetAccessControl">
@@ -1944,8 +1943,6 @@ namespace ConsoleApp
19441943

19451944
</description></item><item><term><see cref="T:System.IO.IOException" /></term><description> An I/O error occurred while opening the directory.
19461945

1947-
</description></item><item><term><see cref="T:System.PlatformNotSupportedException" /></term><description> The current operating system is not Microsoft Windows 2000 or later.
1948-
19491946
</description></item><item><term><see cref="T:System.UnauthorizedAccessException" /></term><description> The directory is read-only.
19501947

19511948
-or-
@@ -3475,7 +3472,6 @@ The following example refers to the parent directory of a specified directory.
34753472
<exception cref="T:System.ArgumentNullException">The <paramref name="directorySecurity" /> parameter is <see langword="null" />.</exception>
34763473
<exception cref="T:System.SystemException">The file could not be found or modified.</exception>
34773474
<exception cref="T:System.UnauthorizedAccessException">The current process does not have access to open the file.</exception>
3478-
<exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
34793475
</Docs>
34803476
</Member>
34813477
<Member MemberName="ToString">

xml/System.IO/FileInfo.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
10491049
]]></format>
10501050
</remarks>
10511051
<exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1052-
<exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
10531052
<exception cref="T:System.Security.AccessControl.PrivilegeNotHeldException">The current system account does not have administrative privileges.</exception>
10541053
<exception cref="T:System.SystemException">The file could not be found.</exception>
10551054
<exception cref="T:System.UnauthorizedAccessException">This operation is not supported on the current platform.
@@ -1100,7 +1099,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
11001099
]]></format>
11011100
</remarks>
11021101
<exception cref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1103-
<exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
11041102
<exception cref="T:System.Security.AccessControl.PrivilegeNotHeldException">The current system account does not have administrative privileges.</exception>
11051103
<exception cref="T:System.SystemException">The file could not be found.</exception>
11061104
<exception cref="T:System.UnauthorizedAccessException">This operation is not supported on the current platform.
@@ -1944,9 +1942,6 @@ The following example demonstrates moving a file to a different location and ren
19441942
## Remarks
19451943
The <xref:System.IO.FileInfo.Replace%2A> method replaces the contents of a specified file with the contents of the file described by the current <xref:System.IO.FileInfo> object. It also creates a backup of the file that was replaced. Finally, it returns a new <xref:System.IO.FileInfo> object that describes the overwritten file.
19461944
1947-
> [!CAUTION]
1948-
> This method will succeed in Windows 2000 environments if the `destFileName` is read-only and will not raise an exception. Use the <xref:System.IO.FileInfo.IsReadOnly%2A> property to check if the destination file is read-only before attempting to replace it.
1949-
19501945
Pass `null` to the `destBackupFileName` parameter if you do not want to create a backup of the file being replaced.
19511946
19521947
@@ -2028,9 +2023,6 @@ The following example demonstrates moving a file to a different location and ren
20282023
## Remarks
20292024
The <xref:System.IO.FileInfo.Replace%2A> method replaces the contents of a specified file with the contents of the file described by the current <xref:System.IO.FileInfo> object. It also creates a backup of the file that was replaced. Finally, it returns a new <xref:System.IO.FileInfo> object that describes the overwritten file.
20302025
2031-
> [!CAUTION]
2032-
> This method will succeed in Windows 2000 environments if the `destFileName` is read-only and will not raise an exception. Use the <xref:System.IO.FileInfo.IsReadOnly%2A> property to check if the destination file is read-only before attempting to replace it.
2033-
20342026
Pass `null` to the `destBackupFileName` parameter if you do not want to create a backup of the file being replaced.
20352027
20362028
@@ -2132,7 +2124,6 @@ The following example demonstrates moving a file to a different location and ren
21322124
<exception cref="T:System.ArgumentNullException">The <paramref name="fileSecurity" /> parameter is <see langword="null" />.</exception>
21332125
<exception cref="T:System.SystemException">The file could not be found or modified.</exception>
21342126
<exception cref="T:System.UnauthorizedAccessException">The current process does not have access to open the file.</exception>
2135-
<exception cref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
21362127
</Docs>
21372128
</Member>
21382129
<Member MemberName="ToString">

xml/System.IO/FileSystemWatcher.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@
9292
9393
- The <xref:System.IO.FileSystemWatcher> can watch disks as long as they are not switched or removed. The <xref:System.IO.FileSystemWatcher> does not raise events for CDs and DVDs, because time stamps and properties cannot change. Remote computers must have one of the required platforms installed for the component to function properly.
9494
95-
- If multiple <xref:System.IO.FileSystemWatcher> objects are watching the same UNC path in Windows XP prior to Service Pack 1, or Windows 2000 SP2 or earlier, then only one of the objects will raise an event. On machines running Windows XP SP1 and newer, Windows 2000 SP3 or newer or Windows Server 2003, all <xref:System.IO.FileSystemWatcher> objects will raise the appropriate events.
96-
9795
Note that a <xref:System.IO.FileSystemWatcher> may miss an event when the buffer size is exceeded. To avoid missing events, follow these guidelines:
9896
9997
- Increase the buffer size by setting the <xref:System.IO.FileSystemWatcher.InternalBufferSize%2A> property.

xml/System.Net.NetworkInformation/IPInterfaceProperties.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@
294294
295295
]]></format>
296296
</remarks>
297-
<exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows 2000.</exception>
298297
</Docs>
299298
</Member>
300299
<Member MemberName="GatewayAddresses">

xml/System.Net.NetworkInformation/NetworkAddressChangedEventHandler.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
## Remarks
4848
This delegate handles <xref:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged> events raised by the <xref:System.Net.NetworkInformation.NetworkChange> class. For detailed information on receiving notification for network interface address change events, see the <xref:System.Net.NetworkInformation.NetworkChange> class overview documentation.
4949
50-
The <xref:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged> event is supported on Windows 2000 and later.
51-
52-
53-
5450
## Examples
5551
The following code example listens for address changes and displays the status of network interfaces when a <xref:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged> event occurs.
5652

0 commit comments

Comments
 (0)