IVarInvokeable : Method overview by Name
| Member | Visibility | Description |
|---|---|---|
| DoFunction(IVarInvokeable) | default | Called for methods that return a result (functions) |
| DoProcedure(IVarInvokeable) | default | Called for methods that do not return a result (procedures) |
| GetProperty(IVarInvokeable) | default | Called when a property must be read |
| SetProperty(IVarInvokeable) | default | Called when a property must be set |