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
@@ -514,9 +514,6 @@
514
514
> [!NOTE]
515
515
> 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.
516
516
517
-
> [!NOTE]
518
-
> 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
@@ -384,11 +374,6 @@
384
374
<remarks>
385
375
<formattype="text/markdown"><![CDATA[
386
376
387
-
## Remarks
388
-
The `My.Computer.Info.TotalPhysicalMemory` property requires Windows XP, Windows 2000 Professional, Windows Server 2003, Windows 2000 Server, or Windows Vista.
389
-
390
-
391
-
392
377
## Examples
393
378
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.
394
379
@@ -434,11 +419,6 @@
434
419
<remarks>
435
420
<formattype="text/markdown"><![CDATA[
436
421
437
-
## Remarks
438
-
The `My.Computer.Info.TotalVirtualMemory` property requires Windows XP, Windows 2000 Professional, Windows Server 2003, Windows 2000 Server, or Windows Vista.
439
-
440
-
441
-
442
422
## Examples
443
423
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
@@ -1050,11 +1050,6 @@
1050
1050
> [!NOTE]
1051
1051
> 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.
1052
1052
1053
-
> [!NOTE]
1054
-
> 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.
1055
-
1056
-
1057
-
1058
1053
## Examples
1059
1054
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>
1728
1728
<exceptioncref="T:System.IO.IOException">An I/O error occurred while opening the directory.</exception>
1729
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Windows 2000 or later.</exception>
1730
1729
<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>
1731
1730
<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>
1790
1789
<exceptioncref="T:System.IO.IOException">An I/O error occurred while opening the directory.</exception>
1791
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Windows 2000 or later.</exception>
1792
1790
<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>
1793
1791
<exceptioncref="T:System.UnauthorizedAccessException">The <paramrefname="path" /> parameter specified a directory that is read-only.
The current process does not have sufficient privilege to set the ACL entry.</exception>
3895
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Windows 2000 or later.</exception>
3896
3893
<permissioncref="T:System.Security.Permissions.FileIOPermission">for permission to enumerate access control list (ACL) for a directory. Associated enumerations: <seecref="F:System.Security.Permissions.FileIOPermissionAccess.NoAccess" /> , <seecref="F:System.Security.AccessControl.AccessControlActions.View" />
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
@@ -1905,7 +1905,6 @@ namespace ConsoleApp
1905
1905
1906
1906
The caller does not have the required permission.</exception>
1907
1907
<exceptioncref="T:System.IO.IOException">An I/O error occurred while opening the directory.</exception>
1908
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
1909
1908
<permissioncref="T:System.Security.Permissions.FileIOPermission">for permission to enumerate an access control list (ACL) for a directory. Security action: <seecref="F:System.Security.Permissions.SecurityAction.Demand" />. Associated enumerations: <seecref="F:System.Security.Permissions.FileIOPermissionAccess.NoAccess" />, <seecref="F:System.Security.AccessControl.AccessControlActions.View" /></permission>
1910
1909
</Docs>
1911
1910
</Member>
@@ -1952,8 +1951,6 @@ namespace ConsoleApp
1952
1951
1953
1952
</description></item><item><term><seecref="T:System.IO.IOException" /></term><description> An I/O error occurred while opening the directory.
1954
1953
1955
-
</description></item><item><term><seecref="T:System.PlatformNotSupportedException" /></term><description> The current operating system is not Microsoft Windows 2000 or later.
1956
-
1957
1954
</description></item><item><term><seecref="T:System.UnauthorizedAccessException" /></term><description> The directory is read-only.
1958
1955
1959
1956
-or-
@@ -3494,7 +3491,6 @@ The following example refers to the parent directory of a specified directory.
3494
3491
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="directorySecurity" /> parameter is <seelangword="null" />.</exception>
3495
3492
<exceptioncref="T:System.SystemException">The file could not be found or modified.</exception>
3496
3493
<exceptioncref="T:System.UnauthorizedAccessException">The current process does not have access to open the file.</exception>
3497
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
3498
3494
<permissioncref="T:System.Security.Permissions.FileIOPermission">for permission to enumerate access control list (ACL) for a directory. Security action: <seecref="F:System.Security.Permissions.SecurityAction.Demand" />. Associated enumerations: <seecref="F:System.Security.Permissions.FileIOPermissionAccess.NoAccess" />, <seecref="F:System.Security.AccessControl.AccessControlActions.View" /></permission>
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
@@ -1068,7 +1068,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
1068
1068
]]></format>
1069
1069
</remarks>
1070
1070
<exceptioncref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1071
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
1072
1071
<exceptioncref="T:System.Security.AccessControl.PrivilegeNotHeldException">The current system account does not have administrative privileges.</exception>
1073
1072
<exceptioncref="T:System.SystemException">The file could not be found.</exception>
1074
1073
<exceptioncref="T:System.UnauthorizedAccessException">This operation is not supported on the current platform.
@@ -1124,7 +1123,6 @@ C:\Users\userName\AppData\Local\Temp\tmp70CB.tmp was successfully deleted.
1124
1123
]]></format>
1125
1124
</remarks>
1126
1125
<exceptioncref="T:System.IO.IOException">An I/O error occurred while opening the file.</exception>
1127
-
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Microsoft Windows 2000 or later.</exception>
1128
1126
<exceptioncref="T:System.Security.AccessControl.PrivilegeNotHeldException">The current system account does not have administrative privileges.</exception>
1129
1127
<exceptioncref="T:System.SystemException">The file could not be found.</exception>
1130
1128
<exceptioncref="T:System.UnauthorizedAccessException">This operation is not supported on the current platform.
@@ -1986,9 +1984,6 @@ The following example demonstrates moving a file to a different location and ren
1986
1984
## Remarks
1987
1985
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.
1988
1986
1989
-
> [!CAUTION]
1990
-
> 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.
1991
-
1992
1987
Pass `null` to the `destBackupFileName` parameter if you do not want to create a backup of the file being replaced.
1993
1988
1994
1989
@@ -2075,9 +2070,6 @@ The following example demonstrates moving a file to a different location and ren
2075
2070
## Remarks
2076
2071
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.
2077
2072
2078
-
> [!CAUTION]
2079
-
> 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.
2080
-
2081
2073
Pass `null` to the `destBackupFileName` parameter if you do not want to create a backup of the file being replaced.
2082
2074
2083
2075
@@ -2184,7 +2176,6 @@ The following example demonstrates moving a file to a different location and ren
2184
2176
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="fileSecurity" /> parameter is <seelangword="null" />.</exception>
2185
2177
<exceptioncref="T:System.SystemException">The file could not be found or modified.</exception>
2186
2178
<exceptioncref="T:System.UnauthorizedAccessException">The current process does not have access to open the file.</exception>
2187
-
<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