ComponentMethodInvoke Method |
Calls a method by name.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public Object MethodInvoke(
string name,
Object[] parameters = null,
double time = 0,
double repeatRate = 0
)
Parameters
- name
- Type: SystemString
- parameters (Optional)
- Type: SystemObject
- time (Optional)
- Type: SystemDouble
- repeatRate (Optional)
- Type: SystemDouble
Return Value
Type:
ObjectSee Also