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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.