Debug class is available in System.Diagnostics namespace - ASP.NET Globalization and Localization

Q.  Debug class is available in which namespace?
- Published on 27 Jul 15

a. System.Debug
b. System.Data
c. System.Diagnostics
d. None of the above

ANSWER: System.Diagnostics
 

    Discussion

  • Digvijay   -Posted on 19 Oct 15
    Debug class is available in System.Diagnostics. It contains different classes that allow you to interact with system processes, event logs, and performance counters.
    Some of the important classes in System.Diagnostics are as follows.
    • Debug
    • EventLog
    • EventLogEntry
    • PerformanceCounter
    • Process
    • ProcessThread

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)