#include <RMonoAPIBackend_Def.h>
|
typedef IPCVector< irmono_voidp, irmono_voidp > | IPCVec |
|
template<typename ABI>
class remotemono::RMonoAPIBackend< ABI >
- See also
- RMonoAPIBackendBase
◆ getIPCVector()
Returns the IPCVector object used for the various mono_*_foreach() functions.
◆ getIPCVectorInstance()
◆ injectAPI()
Create all the Mono API wrapper functions and find the raw functions in the remote process.
- Parameters
-
mono | The frontend object being used. You can not use RMonoAPIBackend without a frontend. |
process | The remote process. |
workerThread | The already created worker thread in the remote process. It does not need to be Mono-attached for calling this method yet. |
◆ uninjectAPI()
Release all resources in the remote process and detach the backend.
The documentation for this class was generated from the following files: