Forum Discussion
rraghvani
Champion Level 3
What is ProtocolHandler? Is there documentation that explains the object?
It's mentioned, "To call a non-static member" use either
dotNET.namespace.class.zctor()
dotNET.namespace.class.zctor_2.(parameters)
Grit
2 years agoOccasional Contributor
It is a class defined in my c# assembly that I am trying to instantiate.
In the assembly code the constructor is defined like this:
public ProtocolHandler(Endpoint endpoint, SessionManager sessionManager = null, ILogger logger = null)
Using zctor, zctor_2 or similar does not work, because those methods are not available in the TestComplete script for this class.
Related Content
- 2 years ago
- 4 years ago
Recent Discussions
- 6 days ago
- 6 days ago
- 9 days ago