plugify 1.0.0.0
|
Represents data related to a plugin method. More...
#include <method.hpp>
Public Attributes | |
MethodHandle | method |
Handle representing the method. | |
MemAddr | addr |
Pointer to the method's memory address. | |
Represents data related to a plugin method.
This structure holds information about a specific plugin method, including:
Definition at line 182 of file method.hpp.
MemAddr plugify::MethodData::addr |
Pointer to the method's memory address.
Definition at line 184 of file method.hpp.
MethodHandle plugify::MethodData::method |
Handle representing the method.
Definition at line 183 of file method.hpp.