LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i pass .net dll parameter (params object[] paramerter) in invoke node

Hi,

 

I have a vi calling .net dll which contains following method.

 

ExecuteRemoteMethod(string targetURI, string methodName, params object[] parameters);

 

i can able to use (string targetURI, string methodName) in invoke node.

 

How can i pass parameters  (params object[] paramerter) in invoke node.

 

Please find the attached image

 

 

Regards

Thomas

0 Kudos
Message 1 of 2
(2,365 Views)

Does the DLL have a method for creating a parameter object?

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,300 Views)