C# 클래스 Win.Grepify.ScanParams

파일 보기 프로젝트 열기: nccgroup/grepify 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
strExts string[]
strPath string

공개 메소드들

메소드 설명
ScanParams ( string strPath, string strExts ) : System

메소드 상세

ScanParams() 공개 메소드

public ScanParams ( string strPath, string strExts ) : System
strPath string
strExts string
리턴 System

프로퍼티 상세

strExts 공개적으로 프로퍼티

public string[] strExts
리턴 string[]

strPath 공개적으로 프로퍼티

public string strPath
리턴 string