You may need to cast these input paramaters to Object type though, this is called boxing, which adds additional overhead. You could use TryCast, Directcast - to name a couple. Call me old fashioned, but try to use the most appropriate data type for their intended purposes. Also, you may need to use GetType / TypeOf to determine the paramaters type.
↧