You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/Microsoft.VisualBasic.ApplicationServices/WindowsFormsApplicationBase.xml
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -512,9 +512,6 @@
512
512
> [!NOTE]
513
513
> 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.
514
514
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.
Copy file name to clipboardExpand all lines: xml/Microsoft.VisualBasic.Devices/ComputerInfo.xml
-20Lines changed: 0 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -105,11 +105,6 @@
105
105
<remarks>
106
106
<formattype="text/markdown"><![CDATA[
107
107
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
-
113
108
## Examples
114
109
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.
115
110
@@ -155,11 +150,6 @@
155
150
<remarks>
156
151
<formattype="text/markdown"><![CDATA[
157
152
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
-
163
153
## Examples
164
154
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.
165
155
@@ -383,11 +373,6 @@
383
373
<remarks>
384
374
<formattype="text/markdown"><![CDATA[
385
375
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
-
391
376
## Examples
392
377
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.
393
378
@@ -433,11 +418,6 @@
433
418
<remarks>
434
419
<formattype="text/markdown"><![CDATA[
435
420
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
-
441
421
## Examples
442
422
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.
Copy file name to clipboardExpand all lines: xml/Microsoft.VisualBasic.Devices/Network.xml
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1022,11 +1022,6 @@
1022
1022
> [!NOTE]
1023
1023
> 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.
1024
1024
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
-
1030
1025
## Examples
1031
1026
This example uses the `My.Computer.Network.NetworkAvailabilityChanged` event to update the user interface of a form or control.
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="path" /> parameter is <seelangword="null" />.</exception>
1723
1723
<exceptioncref="T:System.IO.IOException">An I/O error occurred while opening the directory.</exception>
1724
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Windows 2000 or later.</exception>
1725
1724
<exceptioncref="T:System.SystemException">A system-level error occurred, such as the directory could not be found. The specific exception may be a subclass of <seecref="T:System.SystemException" />.</exception>
1726
1725
<exceptioncref="T:System.UnauthorizedAccessException">The <paramrefname="path" /> parameter specified a directory that is read-only.
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="path" /> parameter is <seelangword="null" />.</exception>
1782
1781
<exceptioncref="T:System.IO.IOException">An I/O error occurred while opening the directory.</exception>
1783
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Windows 2000 or later.</exception>
1784
1782
<exceptioncref="T:System.SystemException">A system-level error occurred, such as the directory could not be found. The specific exception may be a subclass of <seecref="T:System.SystemException" />.</exception>
1785
1783
<exceptioncref="T:System.UnauthorizedAccessException">The <paramrefname="path" /> parameter specified a directory that is read-only.
Copy file name to clipboardExpand all lines: xml/System.IO/DirectoryInfo.xml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1898,7 +1898,6 @@ namespace ConsoleApp
1898
1898
1899
1899
The caller does not have the required permission.</exception>
1900
1900
<exceptioncref="T:System.IO.IOException">An I/O error occurred while opening the directory.</exception>
1901
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
1902
1901
</Docs>
1903
1902
</Member>
1904
1903
<MemberMemberName="GetAccessControl">
@@ -1944,8 +1943,6 @@ namespace ConsoleApp
1944
1943
1945
1944
</description></item><item><term><seecref="T:System.IO.IOException" /></term><description> An I/O error occurred while opening the directory.
1946
1945
1947
-
</description></item><item><term><seecref="T:System.PlatformNotSupportedException" /></term><description> The current operating system is not Microsoft Windows 2000 or later.
1948
-
1949
1946
</description></item><item><term><seecref="T:System.UnauthorizedAccessException" /></term><description> The directory is read-only.
1950
1947
1951
1948
-or-
@@ -3475,7 +3472,6 @@ The following example refers to the parent directory of a specified directory.
3475
3472
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="directorySecurity" /> parameter is <seelangword="null" />.</exception>
3476
3473
<exceptioncref="T:System.SystemException">The file could not be found or modified.</exception>
3477
3474
<exceptioncref="T:System.UnauthorizedAccessException">The current process does not have access to open the file.</exception>
3478
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
Copy file name to clipboardExpand all lines: xml/System.IO/FileInfo.xml
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1049,7 +1049,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
1049
1049
]]></format>
1050
1050
</remarks>
1051
1051
<exceptioncref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1052
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
1053
1052
<exceptioncref="T:System.Security.AccessControl.PrivilegeNotHeldException">The current system account does not have administrative privileges.</exception>
1054
1053
<exceptioncref="T:System.SystemException">The file could not be found.</exception>
1055
1054
<exceptioncref="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.
1100
1099
]]></format>
1101
1100
</remarks>
1102
1101
<exceptioncref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1103
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
1104
1102
<exceptioncref="T:System.Security.AccessControl.PrivilegeNotHeldException">The current system account does not have administrative privileges.</exception>
1105
1103
<exceptioncref="T:System.SystemException">The file could not be found.</exception>
1106
1104
<exceptioncref="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
1944
1942
## Remarks
1945
1943
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.
1946
1944
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
-
1950
1945
Pass `null` to the `destBackupFileName` parameter if you do not want to create a backup of the file being replaced.
1951
1946
1952
1947
@@ -2028,9 +2023,6 @@ The following example demonstrates moving a file to a different location and ren
2028
2023
## Remarks
2029
2024
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.
2030
2025
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
-
2034
2026
Pass `null` to the `destBackupFileName` parameter if you do not want to create a backup of the file being replaced.
2035
2027
2036
2028
@@ -2132,7 +2124,6 @@ The following example demonstrates moving a file to a different location and ren
2132
2124
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="fileSecurity" /> parameter is <seelangword="null" />.</exception>
2133
2125
<exceptioncref="T:System.SystemException">The file could not be found or modified.</exception>
2134
2126
<exceptioncref="T:System.UnauthorizedAccessException">The current process does not have access to open the file.</exception>
2135
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
Copy file name to clipboardExpand all lines: xml/System.IO/FileSystemWatcher.xml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,6 @@
92
92
93
93
- 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.
94
94
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
-
97
95
Note that a <xref:System.IO.FileSystemWatcher> may miss an event when the buffer size is exceeded. To avoid missing events, follow these guidelines:
98
96
99
97
- Increase the buffer size by setting the <xref:System.IO.FileSystemWatcher.InternalBufferSize%2A> property.
Copy file name to clipboardExpand all lines: xml/System.Net.NetworkInformation/IPInterfaceProperties.xml
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -294,7 +294,6 @@
294
294
295
295
]]></format>
296
296
</remarks>
297
-
<exceptioncref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows 2000.</exception>
Copy file name to clipboardExpand all lines: xml/System.Net.NetworkInformation/NetworkAddressChangedEventHandler.xml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,6 @@
47
47
## Remarks
48
48
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.
49
49
50
-
The <xref:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged> event is supported on Windows 2000 and later.
51
-
52
-
53
-
54
50
## Examples
55
51
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.
0 commit comments