Forum Discussion

zhe's avatar
zhe
Occasional Contributor
13 years ago

How to use .Net ref parameters in TestComplete?

Supposed there is a function: public static int CanReceive(ref CanMsg msg); How should I call it TestComplete? I tried this: var canMsg = dotNET.SomeLibs.CanMsg.z...