System::Diagnostics Namespace Reference

Namespaces

 _StackFrame_private
 
 _StackTrace_private
 

Classes

struct  Debug
 
struct  Debugger
 
class  FileVersionInfo
 
class  PerformanceCounter
 
class  Process
 
class  ProcessStartInfo
 
class  StackFrame
 
class  StackTrace
 
class  Stopwatch
 
struct  Trace
 
class  TraceListener
 

Typedefs

typedef SharedPtr< StopwatchStopwatchPtr
 Pointer type. More...
 

Enumerations

enum  ProcessWindowStyle { ProcessWindowStyle::Normal, ProcessWindowStyle::Hidden, ProcessWindowStyle::Minimized, ProcessWindowStyle::Maximized }
 Style of process window. More...
 

Typedef Documentation

◆ StopwatchPtr

Enumeration Type Documentation

◆ ProcessWindowStyle

Style of process window.

Enumerator
Normal 

Normal window.

Hidden 

Hidden window.

Minimized 

Minimized window.

Maximized 

Maximized window.