C# Class Win.Grepify.ScanParams

Mostra file Open project: nccgroup/grepify Class Usage Examples

Public Properties

Property Type Description
strExts string[]
strPath string

Public Methods

Method Description
ScanParams ( string strPath, string strExts ) : System

Method Details

ScanParams() public method

public ScanParams ( string strPath, string strExts ) : System
strPath string
strExts string
return System

Property Details

strExts public_oe property

public string[] strExts
return string[]

strPath public_oe property

public string strPath
return string