GetFileSystem メソッド
| 編集/提案 ソースを表示GetFileSystem(IContext)
サービスリストから最初に見つかったIFileSystemServiceを取得します。
宣言
public static IFileSystemService GetFileSystem(this IContext context)
引数
型 | 名前 | 説明 |
---|---|---|
IContext | context | 現在の文脈情報です。 |
戻り値
型 | 説明 |
---|---|
IFileSystemService | IFileSystemServiceを実装したサービスオブジェクトです。 |