Click or drag to resize

FileInfo Class

Inheritance Hierarchy
SystemObject
  EDK4Net.IOFileInfo

Namespace:  EDK4Net.IO
Assembly:  EDK4Net (in EDK4Net.dll) Version: 3.0.7.3
Syntax
C#
[ComVisibleAttribute(true)]
public class FileInfo

The FileInfo type exposes the following members.

Constructors
  NameDescription
Public methodFileInfo
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.)
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 methodGetAccessControl
Public methodGetAccessControl(AccessControlSections)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMemoryStream
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveTo(String)
Public methodMoveTo(String, Boolean)
Public methodOpen(FileMode)
Public methodOpen(FileMode, FileAccess)
Public methodOpen(FileMode, FileAccess, FileShare)
Public methodOpenRead
Public methodOpenText
Public methodOpenWrite
Public methodRefresh
Public methodReplace(String, String)
Public methodReplace(String, String, Boolean)
Public methodSetAccessControl
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also