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< Stopwatch > | StopwatchPtr |
Pointer type. More... | |
Enumerations | |
enum | ProcessWindowStyle { ProcessWindowStyle::Normal, ProcessWindowStyle::Hidden, ProcessWindowStyle::Minimized, ProcessWindowStyle::Maximized } |
Style of process window. More... | |
enum | TraceEventType { TraceEventType::Critical = 1, TraceEventType::Error = 2, TraceEventType::Warning = 4, TraceEventType::Information = 8, TraceEventType::Verbose = 16, TraceEventType::Start = 256, TraceEventType::Stop = 512, TraceEventType::Suspend = 1024, TraceEventType::Resume = 2048, TraceEventType::Transfer = 4096 } |
Identifies the type of event that has caused the trace. More... | |
enum | TraceLevel { TraceLevel::Off = 0, TraceLevel::Error = 1, TraceLevel::Warning = 2, TraceLevel::Info = 3, TraceLevel::Verbose = 4 } |
Pointer type.
|
strong |
|
strong |
Identifies the type of event that has caused the trace.
|
strong |
Specifies what messages to output for the System.Diagnostics.Debug, System.Diagnostics.Trace and System.Diagnostics.TraceSwitch classes.