C# 클래스 SecureDelete.FileSearch.AttributeFilter

상속: FilterBase
파일 보기 프로젝트 열기: gratianlup/SecureDelete 1 사용 예제들

공개 메소드들

메소드 설명
Allow ( string file ) : bool
AttributeFilter ( ) : System
AttributeFilter ( FileAttributes attributeValue ) : System
Clone ( ) : object

메소드 상세

Allow() 공개 메소드

public Allow ( string file ) : bool
file string
리턴 bool

AttributeFilter() 공개 메소드

public AttributeFilter ( ) : System
리턴 System

AttributeFilter() 공개 메소드

public AttributeFilter ( FileAttributes attributeValue ) : System
attributeValue FileAttributes
리턴 System

Clone() 공개 메소드

public Clone ( ) : object
리턴 object