[Mono-devel-list] System.Diagnostics

Jonathan Pryor jonpryor at vt.edu
Sat Jul 5 09:53:36 EDT 2003


System.Diagnostics is a namespace, not a class.  As for how much is
implemented, I'd guess ~50% is implemented at present.

Present Classes/Functionality:
  - Process Functionality
    - Process, ProcessStartInfo, ProcessThread, FileVersionInfo, ...
    - There are some missing features in Process, though.
  - Trace/Debug functionality
    - Trace/Debug class, TraceListeners, Switches, 
      .config-file handling...

Missing:
  - Anything dealing with Performance Counters
    - CounterCreationData, CounterSample, PerformanceCounterManager, ...
  - Anything dealing with EventLog
    - EventLogEntry, EventLogTracePermission, InstanceData, ...

Alas, I'm not sure what "cout" is supposed to be.  I certainly haven't
seen it in any MSDN documentation, and it's not listed in the index of
"C# In A Nutshell."  Could you clarify what this is supposed to be?

Thanks,
 - Jon

On Sat, 2003-07-05 at 08:36, Paul wrote:
> Hi,
> 
> How much of the System.Diagnostics class has been implemented under
> Mono? I have a friend with a bit of code which uses this class, but it's
> failing at one point (a member of System.Diagnostics, cout, looks to be
> missing)
> 
> I can't see it on the mono website currently, as web access is down from
> here.
> 
> TTFN
> 
> Paul




More information about the Mono-devel-list mailing list