NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

.NET DLL documentation from within TestStand

I am creating a .NET DLL for use within TestStand and I have added inline documentation (output as an XML file by VisualStudio)

Is there a way for TestStand to load the documentation and show it as the user selects the .NET methods, a bit like IntelliSense in VisualStudio?

0 Kudos
Message 1 of 3
(1,887 Views)

Yes. You need to include that xml file next to your assembly dll. The help will show up in a tooltip when you hover over a class, member name, or parameter name. You can see this working for framework assemblies like mscorlib.

Message 2 of 3
(1,847 Views)

I see, seems to work now as you indicated.

Excellent, just what I needed/expected

 

Thanks

0 Kudos
Message 3 of 3
(1,833 Views)