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
@@ -1427,7 +1427,7 @@ Process C says: True
1427
1427
## Remarks
1428
1428
You can use the view returned by this method for random access to a memory-mapped file.
1429
1429
1430
-
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.
1430
+
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.
1431
1431
1432
1432
1433
1433
@@ -1502,7 +1502,7 @@ Process C says: True
1502
1502
## Remarks
1503
1503
You can use the view returned by this method for random access to a memory-mapped file.
1504
1504
1505
-
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.
1505
+
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.
1506
1506
1507
1507
]]></format>
1508
1508
</remarks>
@@ -1631,7 +1631,7 @@ Process C says: True
1631
1631
## Remarks
1632
1632
You can use the stream returned by this method for sequential access to a memory-mapped file, such as for inter-process communications.
1633
1633
1634
-
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.
1634
+
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.
1635
1635
1636
1636
]]></format>
1637
1637
</remarks>
@@ -1699,7 +1699,7 @@ Process C says: True
1699
1699
## Remarks
1700
1700
You can use the stream returned by this method for sequential access to a memory-mapped file, such as for inter-process communications.
1701
1701
1702
-
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.
1702
+
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