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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.