|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
A class that accesses Method directly. More...
Inherited by DefaultMethod, and DelegatedMethod.
Public Member Functions | |
| abstract object | Invoke (object instance, object[] arguments) |
| Call method More... | |
Static Public Member Functions | |
| static DynamicMethod | GetMethod (MethodInfo methodInfo) |
| Returns DynamicMethod. More... | |
Properties | |
| MethodInfo | methodInfo [get, protected set] |
| Referencing MethodInfo More... | |
A class that accesses Method directly.
In AOT and IL2CPP environments, it is access by Reflection.
|
static |
Returns DynamicMethod.
| methodInfo | Reference MethodInfo |
|
pure virtual |
Call method
| instance | An instance that has a method |
| arguments | Argument list |
|
getprotected set |
Referencing MethodInfo