| MemoryMappedFile: BaseAddress (get) |
Returns the base address for the mapped view.
Public Property Get BaseAddress ( ) As Long
The BaseAddress is the starting memory location that the mapped file begins. Each byte in memory corrisponds to the same byte in the file.
Read Only.