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 requires the .NET Framework 1.1 Service Pack 1 or later. National Instruments also 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. |