Invokes this member using reflection.
[Visual Basic]Public Function Invoke( _
ParamArray
args As
Object() _
) As
Object Parameters
- args
- Arguments.
- If member is method, then values in the list must match in type, position and number to the parameters found in the method signature,
- If member is indexed property "this", then when Set first argument is value, remaining arguments are indices, returned is Null; when Get arguments are indices, returned is property value,
- If member is regular property, then when Set single argument is value, returned is Null; when Get then no arguments must be specified (empty array or
Null), returned is property value.
Return Value
Result returned by member.
See Also
PluginMember Class | Aspose.Editor Namespace