Now I'm trying to make dll in LabVIEW environment. And I want to use it at C# language.
And what the dll do is to get .net XML object as a input parameter. And return value is also .net XML object.
-prototype-
XmlDocument testdll( XmlDocument );
Please help me out to make this dll.
I'm not sure how to handling .net object. I'm farmiliar with integer and string parameter.
.net assembly is also confusing.
do I have to close reference?
I attached simple source vi code