LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Variable nomenclature in .NET

I am new to using .NET.  Often in a listing of a node (property or invoke) the selections begin with [S]. Can anyone clarify what that indicates?

Thank you

SWJ

Message 1 of 3
(2,858 Views)

The S is for static.

 

Static mean that the reference is not needed, the function returns the same value. You shouldn't need to wire a valid, initialized .NET object.

Message 2 of 3
(2,818 Views)

Thank you.

0 Kudos
Message 3 of 3
(1,721 Views)