edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FileTypes Class

Attempts to classify files as ASCII (or not)
Inheritance Hierarchy
SystemObject
  EnterpriseDT.Net.FtpFileTypes

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public class FileTypes

The FileTypes type exposes the following members.

Constructors
  NameDescription
Public methodFileTypes
Initializes a new instance of the FileTypes class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberExtensions
Get the list of registered ASCII extensions
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsASCII
Determines if a file is an ASCII file by seeing if it matches registered extensions for ASCII files
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRegisterExtension
Register a new ASCII extension
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUnregisterExtension
Unregister an ASCII extension
Top
See Also