tags:

views:

38

answers:

1

I would like to get some NCache info as Perfmon sees in (eg: Count) but directly using C#. Does anyone have any code for this, please?

+2  A: 

Have you looked at the docs for System.Diagnostics.PerformanceCounter? I would expect them to give you a reasonable starting point.

Jon Skeet