Write(MemoryMappedFile, Byte) | Writes a byte sequence at the start position of an existing MemoryMappedFile. |
Write(String, Byte) | Writes a byte sequence at the start position of an existing MemoryMappedFile. |
WriteT(MemoryMappedFile, T) | Writes a structure at the start position of an existing MemoryMappedFile. |
WriteT(String, T) | Writes a structure at the start position of an existing MemoryMappedFile. |