Codeunit 491 Memory Mapped File in 24
- App
- Base Application
- Namespace
- System.IO
Versions171819202122232425262728latest
Source29
Procedures, 6
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| CreateMemoryMappedFileFromTempBlob | (var Codeunit Temp Blob, Text) | Boolean | public | - |
| OpenMemoryMappedFile | (Text) | Boolean | public | - |
| ReadTextFromMemoryMappedFile | (var Text) | Boolean | public | - |
| GetName | () | Text | public | - |
| Dispose | () | Boolean | public | - |
| ReadTextWithSeparatorsFromMemoryMappedFile | (var Text) | Boolean | public | - |