|
RAMvader
1.4
A .NET library which provides access to other processes' memory space.
|
An exception which is thrown when trying to perform an I/O operation with pointers between two processes with different pointer sizes. More...
Inherits RAMvader.RAMvaderException.
Public Member Functions | |
| PointerDataLostException (bool bIsReadOperation) | |
| Constructor. More... | |
Public Member Functions inherited from RAMvader.RAMvaderException | |
| RAMvaderException (string msg) | |
| Constructor. More... | |
An exception which is thrown when trying to perform an I/O operation with pointers between two processes with different pointer sizes.
| RAMvader.PointerDataLostException.PointerDataLostException | ( | bool | bIsReadOperation | ) |
Constructor.
| bIsReadOperation | A flag specifying if the exception has been thrown during a read operation (true) or a write operation (false). |