[This is preliminary documentation and is subject to change.]
The switch for the tracing and debugging in OfficeClip code
Namespace:
OfficeClip.UtilsAssembly: 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 name | Description | |
---|---|---|
FunctionCall |
Traces only the function calls
| |
Debug |
Traces the user defined debug statement
| |
AssertFail |
Trace the assertions in the code
|