![]() |
RAMvader
1.3
A C# library which provides access to other processes' memory space.
|
An exception which is thrown when the user tries to attach a 32-bits process to a 64-bits target process. More...
Inherits RAMvader.RAMvaderException.
Public Member Functions | |
UnsupportedPointerSizeException (string msg) | |
Constructor. More... | |
![]() | |
RAMvaderException (string msg) | |
Constructor. More... | |
An exception which is thrown when the user tries to attach a 32-bits process to a 64-bits target process.
RAMvader.UnsupportedPointerSizeException.UnsupportedPointerSizeException | ( | string | msg | ) |
Constructor.
msg | The message to be associated with the exception. |