Hey,
Is there any solution for teststand call C# main function with variables which configed by teststand? Because I want teststand call C# main function and let Main function return exact result by C# exe operation with user.
As far as I know,C# Main function only can not input any variables format but String Arrray. I think this variables format is not easy fior user to config teststand because user cannot regonize the meaning of each variables in String Array. If teststand can call Main function like a sub functiuon, for example, functionname (String resourcename, String CardNum), if teststand call this function, it will show each variables meaning, just like "Resourcename" and CardNum. When teststand call C# main function, user can only config the String Array in one input texbox, not easy to config.
Is there any solution for this calling variables issue?
Thanks in advance with my appreciate.