RAMvader  1.4
A .NET library which provides access to other processes' memory space.
RAMvader.InstanceAlreadyAttachedException Class Reference

Exception thrown when the user tries to attach a Target instance to a process, but the instance is already attached to another process. Before attaching to a process, the Target instance must be detached from any other process. More...

Inherits RAMvader.RAMvaderException.

Public Member Functions

 InstanceAlreadyAttachedException (Process oldProcess)
 Constructor. More...
 
- Public Member Functions inherited from RAMvader.RAMvaderException
 RAMvaderException (string msg)
 Constructor. More...
 

Detailed Description

Exception thrown when the user tries to attach a Target instance to a process, but the instance is already attached to another process. Before attaching to a process, the Target instance must be detached from any other process.

Constructor & Destructor Documentation

◆ InstanceAlreadyAttachedException()

RAMvader.InstanceAlreadyAttachedException.InstanceAlreadyAttachedException ( Process  oldProcess)

Constructor.

Parameters
oldProcessThe process to which the Target instance is currently attached.