FileBase 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檔案及其內容類型的表示。
public ref class FileBase abstract
public abstract class FileBase
type FileBase = class
Public MustInherit Class FileBase
- 繼承
-
FileBase
- 衍生
建構函式
FileBase(FileBase) |
從現有的執行個體初始化 FileBase 類別的新執行個體。 |
屬性
ContentType |
取得或設定檔案的內容類型為MIME類型 (,例如: |
FileName |
取得或設定這個檔案的檔名。 |
FullPath |
取得完整路徑和檔名。 |
方法
OpenReadAsync() |
Stream開啟檔案系統上對應檔案的 。 |