Currently, when defining a RunTime object method, when you view the method in the code completion window, all the parameters simply show "object". Now, this is JScript/JavaScript so, yes, everything is an object... but it would be nice if there were some way to document, within the Description.XML, the expected types for the parameters. Something like:
<Method="myMethod" Routine="myMethod">This is a method <Parameter1Type>string</Parameter1Type> <Parameter2Type>integer</Parameter2Type> </Method>