Forum Discussion

lucky_star's avatar
lucky_star
Occasional Contributor
7 years ago
Solved

Calling C# dll from testcomplete

Hi,

 

#1. Function in C# is:  public static bool check(string _pathFile)

#2. And in TestComplete:

 

var pathFile = "D\\testFile.html";

var res = dotNET["dllName"]["TestHandler"]["check"](pathFile);

 

But the parameter won't work. Appreciate your early help.

 

4 Replies