From 961dd325eb1b9eb964f7db698d2718f5d3adee41 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Mon, 10 Feb 2020 20:28:19 -0800 Subject: [PATCH] Delete Windows 2000 notes --- .../WindowsFormsApplicationBase.xml | 3 - .../ComputerInfo.xml | 20 ------- xml/Microsoft.VisualBasic.Devices/Network.xml | 5 -- xml/System.EnterpriseServices/ContextUtil.xml | 9 --- xml/System.IO/Directory.xml | 3 - xml/System.IO/DirectoryInfo.xml | 4 -- xml/System.IO/FileInfo.xml | 9 --- xml/System.IO/FileSystemWatcher.xml | 2 - .../IPInterfaceProperties.xml | 1 - .../NetworkAddressChangedEventHandler.xml | 4 -- ...NetworkAvailabilityChangedEventHandler.xml | 2 - .../NetworkChange.xml | 6 -- xml/System.Net.NetworkInformation/Ping.xml | 28 --------- xml/System.Net.Sockets/IOControlCode.xml | 24 ++++---- xml/System.Net.Sockets/Socket.xml | 5 -- .../Marshal.xml | 20 ------- xml/System.Security/SecureStringMarshal.xml | 13 ---- xml/System.Windows.Forms/Keys.xml | 60 +++++++++---------- xml/System/ConsoleKey.xml | 44 +++++++------- 19 files changed, 64 insertions(+), 198 deletions(-) diff --git a/xml/Microsoft.VisualBasic.ApplicationServices/WindowsFormsApplicationBase.xml b/xml/Microsoft.VisualBasic.ApplicationServices/WindowsFormsApplicationBase.xml index 6e3530541a8..4985b50283d 100644 --- a/xml/Microsoft.VisualBasic.ApplicationServices/WindowsFormsApplicationBase.xml +++ b/xml/Microsoft.VisualBasic.ApplicationServices/WindowsFormsApplicationBase.xml @@ -512,9 +512,6 @@ > [!NOTE] > 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. -> [!NOTE] -> 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 property to check for network availability. - ## Availability by Project Type |Project type|Available| diff --git a/xml/Microsoft.VisualBasic.Devices/ComputerInfo.xml b/xml/Microsoft.VisualBasic.Devices/ComputerInfo.xml index 3f079d93407..978e84ea58c 100644 --- a/xml/Microsoft.VisualBasic.Devices/ComputerInfo.xml +++ b/xml/Microsoft.VisualBasic.Devices/ComputerInfo.xml @@ -105,11 +105,6 @@ [!NOTE] > 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. -> [!NOTE] -> 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 property. - - - ## Examples This example uses the `My.Computer.Network.NetworkAvailabilityChanged` event to update the user interface of a form or control. diff --git a/xml/System.EnterpriseServices/ContextUtil.xml b/xml/System.EnterpriseServices/ContextUtil.xml index dda416d45b0..95708dbdfc1 100644 --- a/xml/System.EnterpriseServices/ContextUtil.xml +++ b/xml/System.EnterpriseServices/ContextUtil.xml @@ -69,7 +69,6 @@ ]]> There is no COM+ context available. - The platform is not Windows 2000 or later. @@ -177,7 +176,6 @@ ]]> There is no COM+ context available. - The platform is not Windows 2000 or later. @@ -219,7 +217,6 @@ ]]> There is no COM+ context available. - The platform is not Windows 2000 or later. @@ -335,7 +332,6 @@ ]]> There is no COM+ context available. - The platform is not Windows 2000 or later. @@ -504,7 +500,6 @@ ]]> There is no COM+ context available. - The platform is not Windows 2000 or later. @@ -645,7 +640,6 @@ ]]> There is no COM+ context available. - The platform is not Windows 2000 or later. @@ -677,7 +671,6 @@ ]]> There is no COM+ context available. - The platform is not Windows 2000 or later. @@ -709,7 +702,6 @@ ]]> There is no COM+ context available. - The platform is not Windows 2000 or later. @@ -745,7 +737,6 @@ ]]> There is no COM+ context available. - The platform is not Windows 2000 or later. diff --git a/xml/System.IO/Directory.xml b/xml/System.IO/Directory.xml index 631169bf3f0..feea760c827 100644 --- a/xml/System.IO/Directory.xml +++ b/xml/System.IO/Directory.xml @@ -1721,7 +1721,6 @@ Directory::CreateDirectory("c:\\Users\\User1\\Public\\Html"); The parameter is . An I/O error occurred while opening the directory. - The current operating system is not Windows 2000 or later. A system-level error occurred, such as the directory could not be found. The specific exception may be a subclass of . The parameter specified a directory that is read-only. @@ -1780,7 +1779,6 @@ Directory::CreateDirectory("c:\\Users\\User1\\Public\\Html"); The parameter is . An I/O error occurred while opening the directory. - The current operating system is not Windows 2000 or later. A system-level error occurred, such as the directory could not be found. The specific exception may be a subclass of . The parameter specified a directory that is read-only. @@ -3862,7 +3860,6 @@ Directory::CreateDirectory("c:\\Users\\User1\\Public\\Html"); -or- The current process does not have sufficient privilege to set the ACL entry. - The current operating system is not Windows 2000 or later. diff --git a/xml/System.IO/DirectoryInfo.xml b/xml/System.IO/DirectoryInfo.xml index 44e7d73d84d..883dd2a5f07 100644 --- a/xml/System.IO/DirectoryInfo.xml +++ b/xml/System.IO/DirectoryInfo.xml @@ -1898,7 +1898,6 @@ namespace ConsoleApp The caller does not have the required permission. An I/O error occurred while opening the directory. - The current operating system is not Microsoft Windows 2000 or later. @@ -1944,8 +1943,6 @@ namespace ConsoleApp An I/O error occurred while opening the directory. - The current operating system is not Microsoft Windows 2000 or later. - The directory is read-only. -or- @@ -3475,7 +3472,6 @@ The following example refers to the parent directory of a specified directory. The parameter is . The file could not be found or modified. The current process does not have access to open the file. - The current operating system is not Microsoft Windows 2000 or later. diff --git a/xml/System.IO/FileInfo.xml b/xml/System.IO/FileInfo.xml index cfef4fcc0e9..29968736e45 100644 --- a/xml/System.IO/FileInfo.xml +++ b/xml/System.IO/FileInfo.xml @@ -1049,7 +1049,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted. ]]> An I/O error occurred while opening the file. - The current operating system is not Microsoft Windows 2000 or later. The current system account does not have administrative privileges. The file could not be found. This operation is not supported on the current platform. @@ -1100,7 +1099,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted. ]]> An I/O error occurred while opening the file. - The current operating system is not Microsoft Windows 2000 or later. The current system account does not have administrative privileges. The file could not be found. 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 ## Remarks The method replaces the contents of a specified file with the contents of the file described by the current object. It also creates a backup of the file that was replaced. Finally, it returns a new object that describes the overwritten file. -> [!CAUTION] -> This method will succeed in Windows 2000 environments if the `destFileName` is read-only and will not raise an exception. Use the property to check if the destination file is read-only before attempting to replace it. - Pass `null` to the `destBackupFileName` parameter if you do not want to create a backup of the file being replaced. @@ -2028,9 +2023,6 @@ The following example demonstrates moving a file to a different location and ren ## Remarks The method replaces the contents of a specified file with the contents of the file described by the current object. It also creates a backup of the file that was replaced. Finally, it returns a new object that describes the overwritten file. -> [!CAUTION] -> This method will succeed in Windows 2000 environments if the `destFileName` is read-only and will not raise an exception. Use the property to check if the destination file is read-only before attempting to replace it. - Pass `null` to the `destBackupFileName` parameter if you do not want to create a backup of the file being replaced. @@ -2132,7 +2124,6 @@ The following example demonstrates moving a file to a different location and ren The parameter is . The file could not be found or modified. The current process does not have access to open the file. - The current operating system is not Microsoft Windows 2000 or later. diff --git a/xml/System.IO/FileSystemWatcher.xml b/xml/System.IO/FileSystemWatcher.xml index 43c1217e4bc..7822aab90e6 100644 --- a/xml/System.IO/FileSystemWatcher.xml +++ b/xml/System.IO/FileSystemWatcher.xml @@ -92,8 +92,6 @@ - The can watch disks as long as they are not switched or removed. The 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. -- If multiple 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 objects will raise the appropriate events. - Note that a may miss an event when the buffer size is exceeded. To avoid missing events, follow these guidelines: - Increase the buffer size by setting the property. diff --git a/xml/System.Net.NetworkInformation/IPInterfaceProperties.xml b/xml/System.Net.NetworkInformation/IPInterfaceProperties.xml index 5dfc442443b..0222d601517 100644 --- a/xml/System.Net.NetworkInformation/IPInterfaceProperties.xml +++ b/xml/System.Net.NetworkInformation/IPInterfaceProperties.xml @@ -294,7 +294,6 @@ ]]> - This property is not valid on computers running operating systems earlier than Windows 2000. diff --git a/xml/System.Net.NetworkInformation/NetworkAddressChangedEventHandler.xml b/xml/System.Net.NetworkInformation/NetworkAddressChangedEventHandler.xml index 2c1ee882675..b4e17db42df 100644 --- a/xml/System.Net.NetworkInformation/NetworkAddressChangedEventHandler.xml +++ b/xml/System.Net.NetworkInformation/NetworkAddressChangedEventHandler.xml @@ -47,10 +47,6 @@ ## Remarks This delegate handles events raised by the class. For detailed information on receiving notification for network interface address change events, see the class overview documentation. - The event is supported on Windows 2000 and later. - - - ## Examples The following code example listens for address changes and displays the status of network interfaces when a event occurs. diff --git a/xml/System.Net.NetworkInformation/NetworkAvailabilityChangedEventHandler.xml b/xml/System.Net.NetworkInformation/NetworkAvailabilityChangedEventHandler.xml index d0d973b30b6..c5e56d5a14d 100644 --- a/xml/System.Net.NetworkInformation/NetworkAvailabilityChangedEventHandler.xml +++ b/xml/System.Net.NetworkInformation/NetworkAvailabilityChangedEventHandler.xml @@ -42,8 +42,6 @@ ## Remarks This delegate handles events raised by the class. For detailed information on receiving notification for network interface address change events, see the class overview documentation. - The event is supported on Windows 2000 and later. - ]]> diff --git a/xml/System.Net.NetworkInformation/NetworkChange.xml b/xml/System.Net.NetworkInformation/NetworkChange.xml index 844d710fc83..6c691445877 100644 --- a/xml/System.Net.NetworkInformation/NetworkChange.xml +++ b/xml/System.Net.NetworkInformation/NetworkChange.xml @@ -135,10 +135,6 @@ To have a object call an event-handling method when a event occurs, you must associate the method with a delegate, and add this delegate to this event. - The event is supported on Windows 2000 and later. - - - ## Examples The following code example listens for address changes and displays the status of network interfaces when a event occurs. @@ -191,8 +187,6 @@ To have a object call an event-handling method when a event occurs, you must associate the method with a delegate, and add this delegate to this event. - The event is supported on Windows 2000 and later. - ]]> diff --git a/xml/System.Net.NetworkInformation/Ping.xml b/xml/System.Net.NetworkInformation/Ping.xml index 39726d81840..ef1f2b90324 100644 --- a/xml/System.Net.NetworkInformation/Ping.xml +++ b/xml/System.Net.NetworkInformation/Ping.xml @@ -395,8 +395,6 @@ is . A call to is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. This object has been disposed. @@ -457,8 +455,6 @@ is or is an empty string (""). A call to is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. This object has been disposed. @@ -525,8 +521,6 @@ is less than zero. A call to is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. This object has been disposed. @@ -672,8 +666,6 @@ is less than zero. A call to is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. This object has been disposed. @@ -830,8 +822,6 @@ is less than zero. A call to is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. This object has been disposed. @@ -910,8 +900,6 @@ is less than zero. A call to is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. This object has been disposed. @@ -998,8 +986,6 @@ is . A call to the method is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. is not a valid IP address. @@ -1067,8 +1053,6 @@ is or is an empty string (""). A call to method is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. could not be resolved to a valid IP address. @@ -1140,8 +1124,6 @@ is less than zero. A call to method is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. is not a valid IP address. @@ -1213,8 +1195,6 @@ is less than zero. A call to is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. could not be resolved to a valid IP address. @@ -1298,8 +1278,6 @@ is less than zero. A call to is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. is not a valid IP address. @@ -1383,8 +1361,6 @@ is less than zero. A call to is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. could not be resolved to a valid IP address. @@ -1477,8 +1453,6 @@ is less than zero. A call to is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. is not a valid IP address. @@ -1564,8 +1538,6 @@ is less than zero. A call to is in progress. - - is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown. could not be resolved to a valid IP address. diff --git a/xml/System.Net.Sockets/IOControlCode.xml b/xml/System.Net.Sockets/IOControlCode.xml index 4536fa9e78c..ab05a113cb8 100644 --- a/xml/System.Net.Sockets/IOControlCode.xml +++ b/xml/System.Net.Sockets/IOControlCode.xml @@ -111,7 +111,7 @@ 2550136842 - Join a multicast group using an interface identified by its index. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_INDEX_ADD_MCAST constant. + Join a multicast group using an interface identified by its index. This value is equal to the Winsock 2 SIO_INDEX_ADD_MCAST constant. @@ -145,7 +145,7 @@ 671088663 - Enable receiving notification when the list of local interfaces for the socket's protocol family changes. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_ADDRESS_LIST_CHANGE constant. + Enable receiving notification when the list of local interfaces for the socket's protocol family changes. This value is equal to the Winsock 2 SIO_ADDRESS_LIST_CHANGE constant. @@ -179,7 +179,7 @@ 1207959574 - Return the list of local interfaces that the socket can bind to. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_ADDRESS_LIST_QUERY constant. + Return the list of local interfaces that the socket can bind to. This value is equal to the Winsock 2 SIO_ADDRESS_LIST_QUERY constant. @@ -315,7 +315,7 @@ 2550136840 - Bind the socket to a specified interface index. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_INDEX_BIND constant. + Bind the socket to a specified interface index. This value is equal to the Winsock 2 SIO_INDEX_BIND constant. @@ -383,7 +383,7 @@ 2550136843 - Remove the socket from a multicast group. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_INDEX_ADD_MCAST constant. + Remove the socket from a multicast group. This value is equal to the Winsock 2 SIO_INDEX_ADD_MCAST constant. @@ -621,7 +621,7 @@ 2550136836 - Control sending TCP keep-alive packets and the interval at which they are sent. This control code is supported on Windows 2000 and later operating systems. For additional information, see RFC 1122 section 4.2.3.6. This value is equal to the Winsock 2 SIO_KEEPALIVE_VALS constant. + Control sending TCP keep-alive packets and the interval at which they are sent. For additional information, see RFC 1122 section 4.2.3.6. This value is equal to the Winsock 2 SIO_KEEPALIVE_VALS constant. @@ -689,7 +689,7 @@ 2550136841 - Set the interface used for outgoing multicast packets. The interface is identified by its index. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_INDEX_MCASTIF constant. + Set the interface used for outgoing multicast packets. The interface is identified by its index. This value is equal to the Winsock 2 SIO_INDEX_MCASTIF constant. @@ -893,7 +893,7 @@ 1207959576 - Retrieve the underlying provider's SOCKET handle. This handle can be used to receive plug-and-play event notification. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_QUERY_TARGET_PNP_HANDLE constant. + Retrieve the underlying provider's SOCKET handle. This handle can be used to receive plug-and-play event notification. This value is equal to the Winsock 2 SIO_QUERY_TARGET_PNP_HANDLE constant. @@ -927,7 +927,7 @@ 2550136833 - Enable receiving all IPv4 packets on the network. The socket must have address family , the socket type must be , and the protocol type must be . The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_RCVALL constant. + Enable receiving all IPv4 packets on the network. The socket must have address family , the socket type must be , and the protocol type must be . The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This value is equal to the Winsock 2 SIO_RCVALL constant. @@ -961,7 +961,7 @@ 2550136835 - Enable receiving all Internet Group Management Protocol (IGMP) packets on the network. The socket must have address family , the socket type must be , and the protocol type must be . The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_RCVALL_IGMPMCAST constant. + Enable receiving all Internet Group Management Protocol (IGMP) packets on the network. The socket must have address family , the socket type must be , and the protocol type must be . The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This value is equal to the Winsock 2 SIO_RCVALL_IGMPMCAST constant. @@ -995,7 +995,7 @@ 2550136834 - Enable receiving all multicast IPv4 packets on the network. These are packets with destination addresses in the range 224.0.0.0 through 239.255.255.255. The socket must have address family , the socket type must be , and the protocol type must be . The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock 2 SIO_RCVALL_MCAST constant. + Enable receiving all multicast IPv4 packets on the network. These are packets with destination addresses in the range 224.0.0.0 through 239.255.255.255. The socket must have address family , the socket type must be , and the protocol type must be . The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This value is equal to the Winsock 2 SIO_RCVALL_MCAST constant. @@ -1131,7 +1131,7 @@ 2281701387 - Set the Quality of Service (QOS) attributes for the socket. QOS defines the bandwidth requirements for the socket. This control code is supported on Windows Me, Windows 2000, and later operating systems. This value is equal to the Winsock 2 SIO_SET_QOS constant. + Set the Quality of Service (QOS) attributes for the socket. QOS defines the bandwidth requirements for the socket. This value is equal to the Winsock 2 SIO_SET_QOS constant. diff --git a/xml/System.Net.Sockets/Socket.xml b/xml/System.Net.Sockets/Socket.xml index 50c6979b062..b298c07e819 100644 --- a/xml/System.Net.Sockets/Socket.xml +++ b/xml/System.Net.Sockets/Socket.xml @@ -1372,7 +1372,6 @@ ]]> - The operating system is Windows 2000 or earlier, and this method requires Windows XP. The object has been closed. An error occurred when attempting to access the socket. @@ -2049,7 +2048,6 @@ is greater than the length of minus the value of the parameter. The has been closed. - The operating system is Windows 2000 or earlier, and this method requires Windows XP. @@ -3796,7 +3794,6 @@ ]]> - This method requires Windows 2000 or earlier, or the exception will be thrown. The object has been closed. An error occurred when attempting to access the socket. @@ -4600,7 +4597,6 @@ ]]> - The operating system is Windows 2000 or earlier, and this method requires Windows XP. The object has been closed. is . @@ -8285,7 +8281,6 @@ If you're using a connectionless , The has been closed. - The operating system is Windows 2000 or earlier, and this method requires Windows XP. diff --git a/xml/System.Runtime.InteropServices/Marshal.xml b/xml/System.Runtime.InteropServices/Marshal.xml index 9860e8972e1..d4039acf6b9 100644 --- a/xml/System.Runtime.InteropServices/Marshal.xml +++ b/xml/System.Runtime.InteropServices/Marshal.xml @@ -8609,11 +8609,7 @@ There is a difference in the behavior of the `GetLastWin32Error` method on .NET ]]> The parameter is . - The current computer is not running Windows 2000 Service Pack 3 or later. There is insufficient memory available. - - This method is supported only on computers running Windows 2000 Service Pack 3 or later. - @@ -8676,11 +8672,7 @@ There is a difference in the behavior of the `GetLastWin32Error` method on .NET ]]> The parameter is . - The current computer is not running Windows 2000 Service Pack 3 or later. There is insufficient memory available. - - This method is supported only on computers running Windows 2000 Service Pack 3 or later. - @@ -8743,11 +8735,7 @@ There is a difference in the behavior of the `GetLastWin32Error` method on .NET ]]> The parameter is . - The current computer is not running Windows 2000 Service Pack 3 or later. There is insufficient memory available. - - This method is supported only on computers running Windows 2000 Service Pack 3 or later. - @@ -8810,11 +8798,7 @@ There is a difference in the behavior of the `GetLastWin32Error` method on .NET ]]> The parameter is . - The current computer is not running Windows 2000 Service Pack 3 or later. There is insufficient memory available. - - This method is supported only on computers running Windows 2000 Service Pack 3 or later. - @@ -8877,11 +8861,7 @@ There is a difference in the behavior of the `GetLastWin32Error` method on .NET ]]> The parameter is . - The current computer is not running Windows 2000 Service Pack 3 or later. There is insufficient memory available. - - This method is supported only on computers running Windows 2000 Service Pack 3 or later. - diff --git a/xml/System.Security/SecureStringMarshal.xml b/xml/System.Security/SecureStringMarshal.xml index 83357941c78..cb97d3a2a94 100644 --- a/xml/System.Security/SecureStringMarshal.xml +++ b/xml/System.Security/SecureStringMarshal.xml @@ -95,11 +95,7 @@ ]]> The parameter is . - The current computer is not running Windows 2000 Service Pack 3 or later. There is insufficient memory available. - - This method is supported only on computers running Windows 2000 Service Pack 3 or later. - @@ -156,11 +152,7 @@ ]]> The parameter is . - The current computer is not running Windows 2000 Service Pack 3 or later. There is insufficient memory available. - - This method is supported only on computers running Windows 2000 Service Pack 3 or later. - @@ -217,11 +209,7 @@ ]]> The parameter is . - The current computer is not running Windows 2000 Service Pack 3 or later. There is insufficient memory available. - - This method is supported only on computers running Windows 2000 Service Pack 3 or later. - @@ -271,7 +259,6 @@ The address, in unmanaged memory, where was copied, or 0 if is a object whose length is 0. To be added. The parameter is . - The current computer is not running Windows 2000 Service Pack 3 or later. There is insufficient memory available. diff --git a/xml/System.Windows.Forms/Keys.xml b/xml/System.Windows.Forms/Keys.xml index 8abb33c0e7d..5ffdfa7cb8d 100644 --- a/xml/System.Windows.Forms/Keys.xml +++ b/xml/System.Windows.Forms/Keys.xml @@ -258,7 +258,7 @@ 166 - The browser back key (Windows 2000 or later). + The browser back key. @@ -280,7 +280,7 @@ 171 - The browser favorites key (Windows 2000 or later). + The browser favorites key. @@ -302,7 +302,7 @@ 167 - The browser forward key (Windows 2000 or later). + The browser forward key. @@ -324,7 +324,7 @@ 172 - The browser home key (Windows 2000 or later). + The browser home key. @@ -346,7 +346,7 @@ 168 - The browser refresh key (Windows 2000 or later). + The browser refresh key. @@ -368,7 +368,7 @@ 170 - The browser search key (Windows 2000 or later). + The browser search key. @@ -390,7 +390,7 @@ 169 - The browser stop key (Windows 2000 or later). + The browser stop key. @@ -2105,7 +2105,7 @@ 182 - The start application one key (Windows 2000 or later). + The start application one key. @@ -2127,7 +2127,7 @@ 183 - The start application two key (Windows 2000 or later). + The start application two key. @@ -2149,7 +2149,7 @@ 180 - The launch mail key (Windows 2000 or later). + The launch mail key. @@ -2369,7 +2369,7 @@ 176 - The media next track key (Windows 2000 or later). + The media next track key. @@ -2391,7 +2391,7 @@ 179 - The media play pause key (Windows 2000 or later). + The media play pause key. @@ -2413,7 +2413,7 @@ 177 - The media previous track key (Windows 2000 or later). + The media previous track key. @@ -2435,7 +2435,7 @@ 178 - The media Stop key (Windows 2000 or later). + The media Stop key. @@ -3065,7 +3065,7 @@ 226 - The OEM angle bracket or backslash key on the RT 102 key keyboard (Windows 2000 or later). + The OEM angle bracket or backslash key on the RT 102 key keyboard. @@ -3109,7 +3109,7 @@ 221 - The OEM close bracket key on a US standard keyboard (Windows 2000 or later). + The OEM close bracket key on a US standard keyboard. @@ -3131,7 +3131,7 @@ 188 - The OEM comma key on any country/region keyboard (Windows 2000 or later). + The OEM comma key on any country/region keyboard. @@ -3153,7 +3153,7 @@ 189 - The OEM minus key on any country/region keyboard (Windows 2000 or later). + The OEM minus key on any country/region keyboard. @@ -3175,7 +3175,7 @@ 219 - The OEM open bracket key on a US standard keyboard (Windows 2000 or later). + The OEM open bracket key on a US standard keyboard. @@ -3197,7 +3197,7 @@ 190 - The OEM period key on any country/region keyboard (Windows 2000 or later). + The OEM period key on any country/region keyboard. @@ -3219,7 +3219,7 @@ 220 - The OEM pipe key on a US standard keyboard (Windows 2000 or later). + The OEM pipe key on a US standard keyboard. @@ -3241,7 +3241,7 @@ 187 - The OEM plus key on any country/region keyboard (Windows 2000 or later). + The OEM plus key on any country/region keyboard. @@ -3263,7 +3263,7 @@ 191 - The OEM question mark key on a US standard keyboard (Windows 2000 or later). + The OEM question mark key on a US standard keyboard. @@ -3285,7 +3285,7 @@ 222 - The OEM singled/double quote key on a US standard keyboard (Windows 2000 or later). + The OEM singled/double quote key on a US standard keyboard. @@ -3307,7 +3307,7 @@ 186 - The OEM Semicolon key on a US standard keyboard (Windows 2000 or later). + The OEM Semicolon key on a US standard keyboard. @@ -3329,7 +3329,7 @@ 192 - The OEM tilde key on a US standard keyboard (Windows 2000 or later). + The OEM tilde key on a US standard keyboard. @@ -3856,7 +3856,7 @@ 181 - The select media key (Windows 2000 or later). + The select media key. @@ -4141,7 +4141,7 @@ 174 - The volume down key (Windows 2000 or later). + The volume down key. @@ -4163,7 +4163,7 @@ 173 - The volume mute key (Windows 2000 or later). + The volume mute key. @@ -4185,7 +4185,7 @@ 175 - The volume up key (Windows 2000 or later). + The volume up key. diff --git a/xml/System/ConsoleKey.xml b/xml/System/ConsoleKey.xml index 5768765b6f3..4200f4044c0 100644 --- a/xml/System/ConsoleKey.xml +++ b/xml/System/ConsoleKey.xml @@ -284,7 +284,7 @@ 166 - The Browser Back key (Windows 2000 or later). + The Browser Back key. @@ -317,7 +317,7 @@ 171 - The Browser Favorites key (Windows 2000 or later). + The Browser Favorites key. @@ -350,7 +350,7 @@ 167 - The Browser Forward key (Windows 2000 or later). + The Browser Forward key. @@ -383,7 +383,7 @@ 172 - The Browser Home key (Windows 2000 or later). + The Browser Home key. @@ -416,7 +416,7 @@ 168 - The Browser Refresh key (Windows 2000 or later). + The Browser Refresh key. @@ -449,7 +449,7 @@ 170 - The Browser Search key (Windows 2000 or later). + The Browser Search key. @@ -482,7 +482,7 @@ 169 - The Browser Stop key (Windows 2000 or later). + The Browser Stop key. @@ -2518,7 +2518,7 @@ 182 - The Start Application 1 key (Microsoft Natural Keyboard, Windows 2000 or later). + The Start Application 1 key (Microsoft Natural Keyboard). @@ -2551,7 +2551,7 @@ 183 - The Start Application 2 key (Microsoft Natural Keyboard, Windows 2000 or later). + The Start Application 2 key (Microsoft Natural Keyboard). @@ -2584,7 +2584,7 @@ 180 - The Start Mail key (Microsoft Natural Keyboard, Windows 2000 or later). + The Start Mail key (Microsoft Natural Keyboard). @@ -2617,7 +2617,7 @@ 181 - The Select Media key (Microsoft Natural Keyboard, Windows 2000 or later). + The Select Media key (Microsoft Natural Keyboard). @@ -2751,7 +2751,7 @@ 176 - The Media Next Track key (Windows 2000 or later). + The Media Next Track key. @@ -2784,7 +2784,7 @@ 179 - The Media Play/Pause key (Windows 2000 or later). + The Media Play/Pause key. @@ -2817,7 +2817,7 @@ 177 - The Media Previous Track key (Windows 2000 or later). + The Media Previous Track key. @@ -2850,7 +2850,7 @@ 178 - The Media Stop key (Windows 2000 or later). + The Media Stop key. @@ -3698,7 +3698,7 @@ 188 - The OEM Comma key on any country/region keyboard (Windows 2000 or later). + The OEM Comma key on any country/region keyboard. @@ -3732,7 +3732,7 @@ 189 - The OEM Minus key on any country/region keyboard (Windows 2000 or later). + The OEM Minus key on any country/region keyboard. @@ -3766,7 +3766,7 @@ 190 - The OEM Period key on any country/region keyboard (Windows 2000 or later). + The OEM Period key on any country/region keyboard. @@ -3800,7 +3800,7 @@ 187 - The OEM Plus key on any country/region keyboard (Windows 2000 or later). + The OEM Plus key on any country/region keyboard. @@ -4678,7 +4678,7 @@ 174 - The Volume Down key (Microsoft Natural Keyboard, Windows 2000 or later). + The Volume Down key (Microsoft Natural Keyboard). @@ -4711,7 +4711,7 @@ 173 - The Volume Mute key (Microsoft Natural Keyboard, Windows 2000 or later). + The Volume Mute key (Microsoft Natural Keyboard). @@ -4744,7 +4744,7 @@ 175 - The Volume Up key (Microsoft Natural Keyboard, Windows 2000 or later). + The Volume Up key (Microsoft Natural Keyboard).