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