MemoryMappedFile: BaseAddress (get)

BaseAddress

Returns the base address for the mapped view.



 Public Property Get BaseAddress ( ) As Long

Return Values

Long -  Value of the base address.

Remarks

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.

See Also

Project CorLib Overview
Class MemoryMappedFile Overview