InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ProcessTraceOptions Enumeration


In This Topic
    ProcessTraceOptions Enumeration
    In This Topic
    Specifies how a trace is to be processed.
    Syntax
    'Declaration
     
    
    Public Enum ProcessTraceOptions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ProcessTraceOptions
    public enum ProcessTraceOptions : 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.OpenSystems.ProcessTraceOptions

    See Also