C# 클래스 SharpCifs.Smb.DosFileFilter

상속: ISmbFileFilter
파일 보기 프로젝트 열기: brandonprry/Potato

보호된 프로퍼티들

프로퍼티 타입 설명
Attributes int
Wildcard string

공개 메소드들

메소드 설명
Accept ( SmbFile file ) : bool
DosFileFilter ( string wildcard, int attributes )

메소드 상세

Accept() 공개 메소드

public Accept ( SmbFile file ) : bool
file SmbFile
리턴 bool

DosFileFilter() 공개 메소드

public DosFileFilter ( string wildcard, int attributes )
wildcard string
attributes int

프로퍼티 상세

Attributes 보호되어 있는 프로퍼티

protected int Attributes
리턴 int

Wildcard 보호되어 있는 프로퍼티

protected string Wildcard
리턴 string