InfoConnect for Unisys
ProcessTraceOptions Enumeration


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