0
kicks
How to Create a Custom Performance Counter
Taking a look at how to create custom performance counters for usage in your application
Part of the core .net framework allows you to create code which can hook into the underlying performance counters which the windows OS has. We will show how you can easily create hooks to take advantage of these counters.