ReadOnlyFile 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檔案及其內容類型的表示。
public class ReadOnlyFile : Xamarin.Essentials.FileBase
- 繼承
建構函式
ReadOnlyFile(FileBase) |
建構檔案中擷取的檔案。 |
ReadOnlyFile(String) |
建構檔案路徑中的檔案。 |
ReadOnlyFile(String, String) |
建構採用檔案路徑和內容類型的檔案, (MIME類型) 。 |
屬性
ContentType |
取得或設定檔案的內容類型為MIME類型 (,例如: |
FileName |
檔案及其內容類型的表示。 (繼承來源 FileBase) |
FullPath |
這個屬性純具資訊性,而且不一定會傳回檔案的實際實體路徑。 若要取得檔案,請使用 OpenReadAsync 方法。 (繼承來源 FileBase) |
方法
OpenReadAsync() |
檔案及其內容類型的表示。 (繼承來源 FileBase) |