DirectoryInfoWrapper クラス

定義

DirectoryInfo のインスタンスをラップし、DirectoryInfoBase の実装を提供します。

public ref class DirectoryInfoWrapper : Microsoft::Extensions::FileSystemGlobbing::Abstractions::DirectoryInfoBase
public class DirectoryInfoWrapper : Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase
type DirectoryInfoWrapper = class
    inherit DirectoryInfoBase
Public Class DirectoryInfoWrapper
Inherits DirectoryInfoBase
継承

コンストラクター

DirectoryInfoWrapper(DirectoryInfo)

DirectoryInfoWrapper のインスタンスを初期化します。

DirectoryInfoWrapper(DirectoryInfo, Boolean)

DirectoryInfoWrapper のインスタンスを初期化します。

プロパティ

FullName

ディレクトリへの完全パスを返します。

Name

ファイルまたはディレクトリの名前を取得します。

ParentDirectory

親ディレクトリを返します。

メソッド

EnumerateFileSystemInfos()

ディレクトリ内のすべてのファイルとディレクトリを列挙します。

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetDirectory(String)

サブディレクトリを表す DirectoryInfoBase のインスタンスを返します。

GetFile(String)

ディレクトリ内のファイルを表す FileInfoBase のインスタンスを返します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象