Click or drag to resize
FileInfo Class
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.IOFileInfo

Namespace: ConnectedApps.Cms.IO
Assembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class FileInfo

The FileInfo type exposes the following members.

Constructors
  NameDescription
Public methodFileInfo(FileInfo)
Initializes a new instance of the FileInfo class
Public methodFileInfo(String)
Initializes a new instance of the FileInfo class
Top
Properties
Methods
  NameDescription
Public methodAppendText
Public methodCopyTo(String)
Public methodCopyTo(String, Boolean)
Public methodCreate
Public methodCreateText
Public methodDecrypt
Public methodDelete
Public methodEncrypt
Public methodEquals
Determines whether the specified object is equal to the current object.
(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 methodMoveTo
Public methodOpen
Public methodOpenRead
Public methodOpenText
Public methodOpenWrite
Public methodRefresh
Public methodReplace(String, String)
Public methodReplace(String, String, Boolean)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also