TTMSMCPRttiTool Class
Tool that invokes a method discovered by reflection instead of a hand-written handler.
API unit family: TMS.MCP.Attributes.Server
Inherits from: TTMSMCPTool
Syntax
TTMSMCPRttiTool = class(TTMSMCPTool)
Remarks
Instances are created by the reflection pass, one per method marked as a tool, and remember the class and the method name they were built from. Incoming arguments are matched to the parameters of that method by name, so renaming a published argument through a name attribute does not break the mapping.