C# 클래스 Renci.SshNet.Abstractions.FileSystemAbstraction

파일 보기 프로젝트 열기: sshnet/SSH.NET

공개 메소드들

메소드 설명
EnumerateFiles ( DirectoryInfo directoryInfo, string searchPattern ) : IEnumerable

Returns an enumerable collection of file information that matches a search pattern.

메소드 상세

EnumerateFiles() 공개 정적인 메소드

Returns an enumerable collection of file information that matches a search pattern.
is null. is null. The path represented by does not exist or is not valid.
public static EnumerateFiles ( DirectoryInfo directoryInfo, string searchPattern ) : IEnumerable
directoryInfo System.IO.DirectoryInfo
searchPattern string The search string to match against the names of files.
리턴 IEnumerable