LabVIEW supports static .NET properties and methods. You can execute static properties and methods on classes without wiring a .NET server refnum to the Property Node or Invoke Node.
Note Creating and communicating with .NET objects in LabVIEW requires the .NET CLR 4.0 that installs with LabVIEW. You must use a .NET 2.0 configuration file if you want to load .NET 2.0 mixed-mode assemblies. Refer to the requirements for using .NET with LabVIEW for more information about .NET restrictions in LabVIEW.
National Instruments strongly recommends that you use .NET objects only in LabVIEW projects. |
Complete the following steps to use static properties and methods with a .NET object.
Note If you resize the Property Node to include more properties, and some of those properties are not static properties, you must wire a .NET server reference to the Property Node by using a Constructor Node to create a .NET object. |