LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Viewing C# method summary tags in LabVIEW

I am using a.dll that has been created in C# by a colleague which has summary tags attached to each method explaining their use.  Is there a way to see this summary in LabVIEW? At present I can only see the method list using an invoke node.

Regards,

Grant

0 Kudos
Message 1 of 2
(2,390 Views)

No, the summary tags are collated into the XML documentation that Visual Studio creates. LabVIEW has no access to this. You can convert the documentation into .chm files, which you can then access from LabVIEW. Here's a recent discussion: http://forums.ni.com/t5/LabVIEW/Pull-in-other-help-files-to-LabVIEW-program/td-p/1771614

0 Kudos
Message 2 of 2
(2,374 Views)