Name | Description | |
---|---|---|
DefaultCopyBufferSize | The default buffer size for copy operations. Equals to 81920 bytes. |
The following tables list the members exposed by IFileInfoExtension.
Name | Description | |
---|---|---|
DefaultCopyBufferSize | The default buffer size for copy operations. Equals to 81920 bytes. |
Name | Description | |
---|---|---|
CopyToWritableFileInfo | Overloaded. Copies the file represented by a file info to a destination writable file info. | |
CreateStreamReader | Overloaded. Creates a System.IO.StreamReader with UTF8 encoding that reads from an existing text file. | |
Equals | (Inherited from object) | |
GetHashCode | Serves as the default hash function. (Inherited from object) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadAllBytes | Overloaded. Returns the contents of a file in an abstract file provider as a byte array. | |
ReadAllText | Overloaded. Returns the contents of a text file in an abstract file provider as a System.String. | |
SaveToOSFile | Overloaded. Saves the contents of a file from an abstracted file provider into a normal (operating system) file. | |
ToString | Returns a string that represents the current object. (Inherited from object) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |