55
55
56
56
]]> </format >
57
57
</remarks >
58
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
58
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
59
59
</Docs >
60
60
<Members >
61
61
<MemberGroup MemberName =" CreateFromFile" >
125
125
<exception cref =" T:System.IO.PathTooLongException" >
126
126
<paramref name =" path" /> exceeds the maximum length defined by the operating system. </exception >
127
127
<exception cref =" T:System.Security.SecurityException" >The caller does not have the required permissions for the file.</exception >
128
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
128
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
129
129
</Docs >
130
130
</Member >
131
131
<Member MemberName =" CreateFromFile" >
197
197
<exception cref =" T:System.IO.PathTooLongException" >
198
198
<paramref name =" path" /> exceeds the maximum length defined by the operating system. </exception >
199
199
<exception cref =" T:System.Security.SecurityException" >The caller does not have the required permissions for the file.</exception >
200
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
200
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
201
201
</Docs >
202
202
</Member >
203
203
<Member MemberName =" CreateFromFile" >
474
474
<paramref name =" path" /> exceeds the maximum length defined by the operating system. </exception >
475
475
<exception cref =" T:System.Security.SecurityException" >The caller does not have the required permissions for the file.</exception >
476
476
<permission cref =" T:System.Security.Permissions.SecurityPermission" >for access to unmanaged code. Associated enumeration: <see cref =" F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode" />.</permission >
477
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
477
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
478
478
</Docs >
479
479
</Member >
480
480
<Member MemberName =" CreateFromFile" >
646
646
<exception cref =" T:System.IO.IOException" >
647
647
<paramref name =" mapName" /> already exists.</exception >
648
648
<permission cref =" T:System.Security.Permissions.SecurityPermission" >for access to unmanaged code. Associated enumeration: <see cref =" F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode" />.</permission >
649
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
649
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
650
650
</Docs >
651
651
</Member >
652
652
<MemberGroup MemberName =" CreateNew" >
@@ -766,7 +766,8 @@ Process C says: True
766
766
<paramref name =" mapName" /> is an empty string.</exception >
767
767
<exception cref =" T:System.ArgumentOutOfRangeException" >
768
768
<paramref name =" capacity" /> is less than or equal to zero.</exception >
769
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e" >Memory-Mapped Files</related >
769
+ <exception cref =" T:System.PlatformNotSupportedException" >.NET Core only: Calls to the <c >CreateNew</c > method with a named memory mapped file (that is, a non-null <paramref name =" mapName" />) are supported on Windows operating systems only.</exception >
770
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md" >Memory-Mapped Files</related >
770
771
</Docs >
771
772
</Member >
772
773
<Member MemberName =" CreateNew" >
@@ -832,7 +833,8 @@ Process C says: True
832
833
-or-
833
834
834
835
<paramref name =" access" /> is not a valid <see cref =" T:System.IO.MemoryMappedFiles.MemoryMappedFileAccess" /> enumeration value.</exception >
835
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e" >Memory-Mapped Files</related >
836
+ <exception cref =" T:System.PlatformNotSupportedException" >.NET Core only: Calls to the <c >CreateNew</c > method with a named memory mapped file (that is, a non-null <paramref name =" mapName" />) are supported on Windows operating systems only.</exception >
837
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md" >Memory-Mapped Files</related >
836
838
</Docs >
837
839
</Member >
838
840
<Member MemberName =" CreateNew" >
@@ -894,6 +896,7 @@ Process C says: True
894
896
-or-
895
897
896
898
<paramref name =" inheritability" /> is not a valid <see cref =" T:System.IO.HandleInheritability" /> value.</exception >
899
+ <exception cref =" T:System.PlatformNotSupportedException" >.NET Core only: Calls to the <c >CreateNew</c > method with a named memory mapped file (that is, a non-null <paramref name =" mapName" />) are supported on Windows operating systems only.</exception >
897
900
</Docs >
898
901
</Member >
899
902
<Member MemberName =" CreateNew" >
@@ -966,7 +969,7 @@ Process C says: True
966
969
967
970
<paramref name =" inheritability" /> is not a valid <see cref =" T:System.IO.HandleInheritability" /> enumeration value.</exception >
968
971
<permission cref =" T:System.Security.Permissions.SecurityPermission" >for access to unmanaged code. Associated enumeration: <see cref =" F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode" />.</permission >
969
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
972
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
970
973
</Docs >
971
974
</Member >
972
975
<MemberGroup MemberName =" CreateOrOpen" >
@@ -1036,7 +1039,7 @@ Process C says: True
1036
1039
-or-
1037
1040
1038
1041
<paramref name =" capacity" /> is less than or equal to zero.</exception >
1039
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1042
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1040
1043
</Docs >
1041
1044
</Member >
1042
1045
<Member MemberName =" CreateOrOpen" >
@@ -1109,7 +1112,7 @@ Process C says: True
1109
1112
1110
1113
<paramref name =" access" /> is not a valid <see cref =" T:System.IO.MemoryMappedFiles.MemoryMappedFileAccess" /> enumeration value.</exception >
1111
1114
<exception cref =" T:System.UnauthorizedAccessException" >The operating system denied the specified access to the file; for example, access is set to <see cref =" F:System.IO.MemoryMappedFiles.MemoryMappedFileAccess.Write" /> or <see cref =" F:System.IO.MemoryMappedFiles.MemoryMappedFileAccess.ReadWrite" />, but the file or directory is read-only.</exception >
1112
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1115
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1113
1116
</Docs >
1114
1117
</Member >
1115
1118
<Member MemberName =" CreateOrOpen" >
@@ -1257,7 +1260,7 @@ Process C says: True
1257
1260
<paramref name =" inheritability" /> is not a valid <see cref =" T:System.IO.HandleInheritability" /> enumeration value.</exception >
1258
1261
<exception cref =" T:System.UnauthorizedAccessException" >The operating system denied the specified <paramref name =" access" /> to the file; for example, <paramref name =" access" /> is set to <see cref =" F:System.IO.MemoryMappedFiles.MemoryMappedFileAccess.Write" /> or <see cref =" F:System.IO.MemoryMappedFiles.MemoryMappedFileAccess.ReadWrite" />, but the file or directory is read-only.</exception >
1259
1262
<permission cref =" T:System.Security.Permissions.SecurityPermission" >for access to unmanaged code. Associated enumeration: <see cref =" F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode" />.</permission >
1260
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1263
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1261
1264
</Docs >
1262
1265
</Member >
1263
1266
<MemberGroup MemberName =" CreateViewAccessor" >
@@ -1310,7 +1313,7 @@ Process C says: True
1310
1313
]]> </format >
1311
1314
</remarks >
1312
1315
<exception cref =" T:System.UnauthorizedAccessException" >Access to the memory-mapped file is unauthorized.</exception >
1313
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1316
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1314
1317
</Docs >
1315
1318
</Member >
1316
1319
<Member MemberName =" CreateViewAccessor" >
@@ -1380,7 +1383,7 @@ Process C says: True
1380
1383
<paramref name =" size" /> is greater than the logical address space.</exception >
1381
1384
<exception cref =" T:System.UnauthorizedAccessException" >Access to the memory-mapped file is unauthorized.</exception >
1382
1385
<exception cref =" T:System.IO.IOException" >An I/O error occurred.</exception >
1383
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1386
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1384
1387
</Docs >
1385
1388
</Member >
1386
1389
<Member MemberName =" CreateViewAccessor" >
@@ -1446,7 +1449,7 @@ Process C says: True
1446
1449
<paramref name =" access" /> is invalid for the memory-mapped file.</exception >
1447
1450
<exception cref =" T:System.IO.IOException" >An I/O error occurred.</exception >
1448
1451
<permission cref =" T:System.Security.Permissions.SecurityPermission" >for access to unmanaged code. Associated enumeration: <see cref =" F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode" />.</permission >
1449
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1452
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1450
1453
</Docs >
1451
1454
</Member >
1452
1455
<MemberGroup MemberName =" CreateViewStream" >
@@ -1507,7 +1510,7 @@ Process C says: True
1507
1510
]]> </format >
1508
1511
</remarks >
1509
1512
<exception cref =" T:System.UnauthorizedAccessException" >Access to the memory-mapped file is unauthorized.</exception >
1510
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1513
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1511
1514
</Docs >
1512
1515
</Member >
1513
1516
<Member MemberName =" CreateViewStream" >
@@ -1570,7 +1573,7 @@ Process C says: True
1570
1573
<exception cref =" T:System.UnauthorizedAccessException" >Access to the memory-mapped file is unauthorized.</exception >
1571
1574
<exception cref =" T:System.IO.IOException" >
1572
1575
<paramref name =" size" /> is greater than the total virtual memory.</exception >
1573
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1576
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1574
1577
</Docs >
1575
1578
</Member >
1576
1579
<Member MemberName =" CreateViewStream" >
@@ -1645,7 +1648,7 @@ Process C says: True
1645
1648
1646
1649
<paramref name =" access" /> is invalid for the memory-mapped file.</exception >
1647
1650
<permission cref =" T:System.Security.Permissions.SecurityPermission" >for access to unmanaged code. Associated enumeration: <see cref =" F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode" />.</permission >
1648
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1651
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1649
1652
</Docs >
1650
1653
</Member >
1651
1654
<MemberGroup MemberName =" Dispose" >
@@ -1785,7 +1788,7 @@ Process C says: True
1785
1788
-or-
1786
1789
1787
1790
The memory-mapped file was opened as <see cref =" F:System.IO.MemoryMappedFiles.MemoryMappedFileAccess.Write" /> only.</exception >
1788
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1791
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1789
1792
</Docs >
1790
1793
</Member >
1791
1794
<MemberGroup MemberName =" OpenExisting" >
@@ -1864,7 +1867,7 @@ Process C says: True
1864
1867
<exception cref =" T:System.ArgumentException" >
1865
1868
<paramref name =" mapName" /> is an empty string.</exception >
1866
1869
<exception cref =" T:System.IO.FileNotFoundException" >The file specified for <paramref name =" mapName" /> does not exist.</exception >
1867
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1870
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1868
1871
</Docs >
1869
1872
</Member >
1870
1873
<Member MemberName =" OpenExisting" >
@@ -1916,7 +1919,7 @@ Process C says: True
1916
1919
<exception cref =" T:System.ArgumentOutOfRangeException" >
1917
1920
<paramref name =" desiredAccessRights" /> is not a valid <see cref =" T:System.IO.MemoryMappedFiles.MemoryMappedFileRights" /> enumeration value.</exception >
1918
1921
<exception cref =" T:System.IO.FileNotFoundException" >The file specified for <paramref name =" mapName" /> does not exist.</exception >
1919
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1922
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1920
1923
</Docs >
1921
1924
</Member >
1922
1925
<Member MemberName =" OpenExisting" >
@@ -1976,7 +1979,7 @@ Process C says: True
1976
1979
<exception cref =" T:System.UnauthorizedAccessException" >The requested access is invalid for the memory-mapped file.</exception >
1977
1980
<exception cref =" T:System.IO.FileNotFoundException" >The file specified for <paramref name =" mapName" /> does not exist.</exception >
1978
1981
<permission cref =" T:System.Security.Permissions.SecurityPermission" >for access to unmanaged code. Associated enumeration: <see cref =" F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode" />.</permission >
1979
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
1982
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
1980
1983
</Docs >
1981
1984
</Member >
1982
1985
<Member MemberName =" SafeMemoryMappedFileHandle" >
@@ -2019,7 +2022,7 @@ Process C says: True
2019
2022
<value >The handle to the memory-mapped file.</value >
2020
2023
<remarks >To be added.</remarks >
2021
2024
<permission cref =" T:System.Security.Permissions.SecurityPermission" >for access to unmanaged code. Associated enumeration: <see cref =" F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode" />.</permission >
2022
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
2025
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
2023
2026
</Docs >
2024
2027
</Member >
2025
2028
<Member MemberName =" SetAccessControl" >
@@ -2060,8 +2063,8 @@ Process C says: True
2060
2063
<exception cref =" T:System.InvalidOperationException" >An underlying call to set security information failed.</exception >
2061
2064
<exception cref =" T:System.NotSupportedException" >An underlying call to set security information failed.</exception >
2062
2065
<exception cref =" T:System.UnauthorizedAccessException" >An underlying call to set security information failed.</exception >
2063
- <related type =" Article" href =" https://msdn.microsoft.com/library/a483d1b5-64aa-45b6-86ef-11b859f7f02e " >Memory-Mapped Files</related >
2066
+ <related type =" Article" href =" ~/docs/standard/io/memory-mapped-files.md " >Memory-Mapped Files</related >
2064
2067
</Docs >
2065
2068
</Member >
2066
2069
</Members >
2067
- </Type >
2070
+ </Type >
0 commit comments