FileBase 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 ref class FileBase abstract
public abstract class FileBase
type FileBase = class
Public MustInherit Class FileBase
- Inheritance
-
FileBase
- Derived
Constructors
FileBase(FileBase) |
Initializes a new instance of the FileBase class from an existing instance. |
Properties
ContentType |
Gets or sets the file's content type as a MIME type (e.g.: |
FileName |
Gets or sets the filename for this file. |
FullPath |
Gets the full path and filename. |
Methods
OpenReadAsync() |
Opens a Stream to the corresponding file on the filesystem. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.