A Use the following code:
Dim hitCounter As New PerformanceCounter(\"ApplicationPerformance\", \"HitCounter\")
hitCounter.[ReadOnly] = False
hitCounter.Increment()
B Use the following code:
Dim hitCounter As New PerformanceCounter(\"ApplicationPerformance\", \"HitCounter\")
hitCounter.Increment()
C Use the following code:
Dim hitCounter As New PerformanceCounter(\"ApplicationPerformance\", \"HitCounter\")
D. Use the following code:
Dim hitCounter As New PerformanceCounter(\"ApplicationPerformance\", \"HitCounter\")
hitCounter.[ReadOnly] = False
hitCounter += 1