RemoteProcessVar

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

version(Windows)
template RemoteProcessVar (
T
) {}

Members

Aliases

RemoteProcessVar
alias RemoteProcessVar = RefCounted!(RemoteProcessVarImpl!T)
Undocumented in source.

Meta