Execute object method
Executes a method of an object.
This is equivalent to invoking an instance method of an object. If the method has parameters, you must specify an argument to each parameter.
Related reading: Introduction to classes in .NET
Properties
Name | Data type | Description |
---|---|---|
Title | Optional | The title or name of the action. |
Object | Required | Select the object brom the dropdown list. |
Method | Required | Select the method to execute. |
Method arguments | Optional | Add arguments. |
Description | Optional | Additional notes or comments about the action or configuration. |