Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ScriptTypeOption Enumeration


ScriptTypeOption Enumeration
Specifies the type of script.
Syntax
'Declaration
 
Public Enum ScriptTypeOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As ScriptTypeOption
Members
MemberDescription
RBReflection Basic script (RBS).
RCLReflection Command Language script (RCL).
Inheritance Hierarchy

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

See Also