i want send a cluster to a function in c#. I can not.
I make a cluster with one field for example, a int field.
I made a dll, a class with a member that get a parameter. This parameter is an object of a class with the same fields than in the cluster. I use the "to .net object" tool from labview and another tool for generic class and there is not errors in compilation but yes in runtime.
In general, is it possible send a cluster to a .net member of a class?
How work the "to .net object"? i can not use it.
Thank you. I am new with labview totally.