ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Constructor names for Simple Task Monitor

In the .NET example Simple Task Monitor.vi, where does one find the correct strings to wire to the constructor? Should I be able to right-click on something to get the choices available, or is there a listing somewhere with names and descriptions? See attached for illustration.

Thanks,

Peg

0 Kudos
Message 1 of 2
(3,316 Views)

Each .NET constructor is defined by the programmer.  In this case, the programmer is Microsoft, so the best place to look is their website.  I found this link

 

http://msdn.microsoft.com/en-us/library/system.diagnostics.performancecounter_members.aspx

 

This shows you the constructors and methods of the PerformanceCounter.

National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(3,295 Views)