Click or drag to resize

ComponentMethodInvoke Method

Calls a method by name.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
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: Object
See Also