| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class Tracing Inherits TraceSource | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class Tracing : TraceSource | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class Tracing : public TraceSource | |
| C++/CLI | |
|---|---|
public ref class Tracing sealed : public TraceSource | |
This class traces the different operations of the framework. Please refer to the
.NET documentation about how to create customized listener classes for this tracing
utility. A listener class allows to specify the target of the trace output. Multiple
listener classes can be registered with the Tracing class.
System.Object
System.Diagnostics.TraceSource
Chili.Opf3.Tracing
Requirements
Namespace: Chili.Opf3
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Chili.Opf3 (in Chili.Opf3.dll)