12-03-2015 04:33 AM
Hello, I'm having a problem with .NET and Labview and I'm confident that you can help me.
I have several dotNET dlls with their class name and I need to programmatically get the class name. All the dotNET references go inside a variant and i can see in the variant name the class name, so I would like to programmatically read the variant name and then through a case structure make a variant to data. I can't find a way to get the variant name but I'm sure there is a way to get this. I will post some screenshots which can explain better my goal (sorry but I'm still not an expert of Labview+dotNET). One class is named SHF 615 A, one is named SHF 614 A
Thanks in advance for the help!
Solved! Go to Solution.
12-03-2015 05:19 AM
Maybe this helps
12-03-2015 05:48 AM
it works perfectly! thanks a lot!!!