Private constructor so no one can create a instance of this static class
()
| 39 | /// of this static class |
| 40 | /// </summary> |
| 41 | private DebugMonitor() { |
| 42 | ; |
| 43 | } |
| 44 | |
| 45 | #region Win32 API Imports |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected