RemoteProcessVarImpl

Binding to a variable located in another process. Automatically allocates and deallocates remote memory. Use .read() and .write() to update local/remote data.

Constructors

this
this(HANDLE hProcess)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

read
void read()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hProcess
HANDLE hProcess;

Process handle.

local
T local;

Cached local value.

remotePtr
RemoteAddress remotePtr;

Address in remote process.

Meta