Call Static Method
Calls a static method on a type.
Parameters
| Parameter | Description |
|---|---|
| Type | The name of the type. The UI will indicate if the name is valid. |
| Method | The method to call. |
| Parameters | Parameters for the selected method. |
| Return | Store the return value in a variable. Only visible if the method has a return value. |