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/System.IO.MemoryMappedFiles/MemoryMappedFile.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1396,7 +1396,7 @@ Process C says: True
1396
1396
## Remarks
1397
1397
You can use the view returned by this method for random access to a memory-mapped file.
1398
1398
1399
-
To create a complete view of the memory-mapped file, specify 0 (zero) for the `size` parameter. If you do this, the size of the view might be smaller or larger than the size of the source file on disk. This is because views are provided in units of system pages, and the size of the view is rounded up to the next system page size.
1399
+
To create a complete view of the memory-mapped file, specify 0 (zero) for the `size` parameter. If you do this, the size of the view might be larger than the size of the source file on disk. This is because views are provided in units of system pages, and the size of the view is rounded up to the next system page size.
1400
1400
1401
1401
1402
1402
@@ -1470,7 +1470,7 @@ Process C says: True
1470
1470
## Remarks
1471
1471
You can use the view returned by this method for random access to a memory-mapped file.
1472
1472
1473
-
To create a complete view of the memory-mapped file, specify 0 (zero) for the `size` parameter. If you do this, the size of the view might be smaller or larger than the size of the source file on disk. This is because views are provided in units of system pages, and the size of the view is rounded up to the next system page size.
1473
+
To create a complete view of the memory-mapped file, specify 0 (zero) for the `size` parameter. If you do this, the size of the view might be larger than the size of the source file on disk. This is because views are provided in units of system pages, and the size of the view is rounded up to the next system page size.
1474
1474
1475
1475
]]></format>
1476
1476
</remarks>
@@ -1598,7 +1598,7 @@ Process C says: True
1598
1598
## Remarks
1599
1599
You can use the stream returned by this method for sequential access to a memory-mapped file, such as for inter-process communications.
1600
1600
1601
-
To create a complete view of the memory-mapped file, specify 0 (zero) for the `size` parameter. If you do this, the size of the view might be smaller or larger than the size of the source file on disk. This is because views are provided in units of system pages, and the size of the view is rounded up to the next system page size.
1601
+
To create a complete view of the memory-mapped file, specify 0 (zero) for the `size` parameter. If you do this, the size of the view might be larger than the size of the source file on disk. This is because views are provided in units of system pages, and the size of the view is rounded up to the next system page size.
1602
1602
1603
1603
]]></format>
1604
1604
</remarks>
@@ -1665,7 +1665,7 @@ Process C says: True
1665
1665
## Remarks
1666
1666
You can use the stream returned by this method for sequential access to a memory-mapped file, such as for inter-process communications.
1667
1667
1668
-
To create a complete view of the memory-mapped file, specify 0 (zero) for the `size` parameter. If you do this, the size of the view might be smaller or larger than the size of the source file on disk. This is because views are provided in units of system pages, and the size of the view is rounded up to the next system page size.
1668
+
To create a complete view of the memory-mapped file, specify 0 (zero) for the `size` parameter. If you do this, the size of the view might be larger than the size of the source file on disk. This is because views are provided in units of system pages, and the size of the view is rounded up to the next system page size.
0 commit comments