Hello,
I try a LabView project with DotNet DLL.
I've out parameter in my function, like this :
public void funcOut( out Bidon bidon )
In LabView, I'm using "close reference". In my code I'm counting number of reference of my param bidon. In execution the number of reference grow and down.
But if I'm starting perfmon, adding DotNet memmory counter. The graph is allways growing. It's normaly ?
Thanks