ReadOnlyFile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A representation of a file and its content type.
public class ReadOnlyFile : Xamarin.Essentials.FileBase
- Inheritance
Constructors
ReadOnlyFile(FileBase) |
Construct a file taking in file. |
ReadOnlyFile(String, String) |
Construct a file taking in file path and content type (MIME type). |
ReadOnlyFile(String) |
Construct a file taking in file path. |
Properties
ContentType |
Gets or sets the file's content type as a MIME type (eg: |
FileName | (Inherited from FileBase) |
FullPath |
This property is purely informative, and does not always return the actual physical path to the file. To get the file, use OpenReadAsync method. (Inherited from FileBase) |
Methods
OpenReadAsync() | (Inherited from FileBase) |