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


ProcessTraceOptions Enumeration
Specifies how a trace is to be processed.
Syntax
'Declaration
 
Public Enum ProcessTraceOptions 
   Inherits System.Enum
 
'Usage
 
Dim instance As ProcessTraceOptions
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