ProcessTraceOptions Enumeration
In This Topic
Specifies the type of trace to perform. The default is TraceDefault.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("ACA1C590-BBEB-43da-8B80-E0B8385EA94C")>
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Enum ProcessTraceOptions
Inherits System.Enum
Members
Member | Description |
Redact | Redact. |
ShowCodePage | Show code page. |
ShowDev | Show dev details. |
ShowDisplayMemory | Show display memory. |
ShowNet | Show network activity. |
ShowSystemDetails | Show system details. |
ShowTechSupport | Show Tech Support Details. |
ShowTiming | Show timing details. |
See Also