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

Exception thrown when a method that requires the Injector<TMemoryAlterationSetID, TCodeCave, TVariable> instance to be in "NOT injected" state, but this condition is not met. The Injector<TMemoryAlterationSetID, TCodeCave, TVariable> is put in "injected" state when a call to Injector<TMemoryAlterationSetID, TCodeCave, TVariable>.Inject() or Injector<TMemoryAlterationSetID, TCodeCave, TVariable>.Inject(MemoryAddress) is made. More...

Inherits RAMvader.CodeInjection.InjectorException.

Public Member Functions

 InstanceAlreadyInjectedException ()
 Constructor. More...
 
- Public Member Functions inherited from RAMvader.CodeInjection.InjectorException
 InjectorException (string msg)
 Constructor. More...
 
- Public Member Functions inherited from RAMvader.RAMvaderException
 RAMvaderException (string msg)
 Constructor. More...
 

Detailed Description

Exception thrown when a method that requires the Injector<TMemoryAlterationSetID, TCodeCave, TVariable> instance to be in "NOT injected" state, but this condition is not met. The Injector<TMemoryAlterationSetID, TCodeCave, TVariable> is put in "injected" state when a call to Injector<TMemoryAlterationSetID, TCodeCave, TVariable>.Inject() or Injector<TMemoryAlterationSetID, TCodeCave, TVariable>.Inject(MemoryAddress) is made.

Constructor & Destructor Documentation

◆ InstanceAlreadyInjectedException()

RAMvader.CodeInjection.InstanceAlreadyInjectedException.InstanceAlreadyInjectedException ( )

Constructor.