For a list of all members of this type, see IMemoryMap members.
Public Properties
| | Name | Description |
 | AddressSpace |
The address space that is currently mapped to this session.
|
 | BaseAddress | The starting address of the memory AddressSpace that is currently mapped to this session. |
 | Size | The size of the memory AddressSpace that is currently mapped to this session, starting at the BaseAddress |
 | VirtualAddress |
Returns IntPtr.Zero if the window is only accessible through the operations provided
on this interface. A return value other than IntPtr.Zero indicates you can dereference
the mapped address as a pointer.
|
Top
See Also