PersistentCall
Class in Arbor.Events / Inherits from: object
Description
A class that makes persistent member calls by Reflection. Since it is for Arbor internal processing, if you want to call a member, use the built-in behavior such as ArborEvent class and InvokeMethod.
Constructors
| Description | |
|---|---|
| PersistentCall | CalculatorConditionLegacy constructor | 
Properties
| Property Name | Description | 
|---|---|
| componentType | Component type | 
| targetInstance | Target instance | 
| targetType | Target type | 
Methods
| Method Name | Description | 
|---|---|
| GetWarningMessage | Get the warning message. | 
| Invoke | Invoke member. |