libER 0.1.4.2
ELDEN RING API library
|
A wrapper that represents a method with a vector of invoker objects. More...
#include <reflection.hpp>
Public Member Functions | |
const char * | get_method_name () const noexcept |
Get the method name. | |
const wchar_t * | get_method_name_w () const noexcept |
Get the method name (wide). | |
const from::vector< DLMethodInvoker * > & | get_invokers () const noexcept |
Get all the invokers bound to this method. | |
Friends | |
class | DLRuntimeClass |
A wrapper that represents a method with a vector of invoker objects.
|
inlinenoexcept |
Get all the invokers bound to this method.
Get the method name.
Get the method name (wide).