51Testing软件测试论坛
标题:
silk performer怎么样调用DLL
[打印本页]
作者:
mudiziqi
时间:
2014-7-31 17:04
标题:
silk performer怎么样调用DLL
各位大神,小弟现在做的项目,需要从silk performer调用外部DLL。
以下是.net调用该DLL的代码:
wsServerAddrInfo addr = new wsServerAddrInfo();
addr.Addr = "localhost";
addr.Port = 2010;
wsClientInterface client = wsClientManager.ConnectServer(addr);
client.Timeout = 10;
wsLoginInfo login = new wsLoginInfo();
login.LoginID = "aa";
login.Password = "aa";
wsSession Session = client.Login(login);
silk performer里面该怎么样来实现这样的调用呢?
谢谢!
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2