[This is preliminary documentation and is subject to change.]

The switch for the tracing and debugging in OfficeClip code

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public enum TraceDebugSwitch
Visual Basic (Declaration)
Public Enumeration TraceDebugSwitch
Visual C++
public enum class TraceDebugSwitch

Members

Member nameDescription
FunctionCall
Traces only the function calls
Debug
Traces the user defined debug statement
AssertFail
Trace the assertions in the code

See Also