LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
ThomasBichler

Improve Labview Handling with .net DLL Generic Datatypes

Status: New

Now LabVIEW is not able to handle .net DLL generic datatypes like lists.

Would be very useful if next generations could handle this.

 

Thanks. 

2 Comments
Sam_Sharp
Trusted Enthusiast

I know it's been a few years, but I wanted to make you aware that this is possible using the .NET Reflection methods. There's a forum post about it here: https://forums.ni.com/t5/LabVIEW/How-do-I-create-a-NET-List/m-p/888142#M401235

 

I do agree though - I wish it was much easier and there weren't other limitations with calling .NET.

 

 


LabVIEW Champion, CLA, CLED, CTD
(blog)
wiebe@CARYA
Knight of NI

As far as I understand, those lists are more like templates.

 

That's why it's hard for LabVIEW to make them, the specific data types don't actually exist in .NET until you compile the .NET code...