Just had an interesting support issue and I ended up learning some new syntax in C++/CLI, so I thought I'd share it with you. This has to do with passing values by reference and how they map within LabVIEW.
So, here is the question - you want to create a method in .NET that passes an integer by reference, and have that map correctly within LabVIEW.