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


TransferTypeOption Enumeration
Specifies what type of file is being transferred.
Syntax
'Declaration
 
Public Enum TransferTypeOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TransferTypeOption
Members
MemberDescription
AsciiUses ASCII file transfer.
AskUserDisplays a dialog box asking the user what file transfer method to use.
AutoDetectDetermines the file transfer type by the file extension.
BinaryUses binary file transfer.
LabelsUses labels or image file transfer.
ScanReflection determines the file transfer method.
Inheritance Hierarchy

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

See Also