The following tables list the members exposed by IFileInfo2.
Public Properties
Public Methods
Extension Methods
| Name | Description |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | CopyToWritableFileInfo | Overloaded. Copies the file represented by a file info to a destination writable file info. |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | CreateStreamReader | Overloaded. Creates a System.IO.StreamReader with UTF8 encoding that reads from an existing text file. |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | ReadAllBytes | Overloaded. Returns the contents of a file in an abstract file provider as a byte array. |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | ReadAllText | Overloaded. Returns the contents of a text file in an abstract file provider as a System.String. |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | SaveToOSFile | Overloaded. Saves the contents of a file from an abstracted file provider into a normal (operating system) file. |
Top
See Also