InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ProcessTraceOptions Enumeration
In This Topic
    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
    MemberDescription
    RedactRedact.
    ShowCodePageShow code page.
    ShowDevShow dev details.
    ShowDisplayMemoryShow display memory.
    ShowNetShow network activity.
    ShowSystemDetailsShow system details.
    ShowTechSupportShow Tech Support Details.
    ShowTimingShow timing details.
    See Also