nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / Search

Search

Full name Microsoft.VisualBasic.Language.UnixBash.Search Assembly Microsoft.VisualBasic.Runtime Members 15

01 Syntax

Microsoft.VisualBasic.Language.UnixBash.Search

02 Methods

NameOverloadsSummary
op_Subtraction 3 Add a search options
op_LessThan 1 Search the files in the specific directory
op_LessThanOrEqual 1 Search the files in the specific directory
DoFileNameGreps 1 make file path list filtering
ToString 1
Clone 1
op_LeftShift 1
MakeFilter 1
op_GreaterThan 1
op_GreaterThanOrEqual 1

03 Properties

NameOverloadsSummary
SearchType 1
wildcards 1

04 Fields

NameOverloadsSummary
opts 1 The search options

05 Members

method op_Subtraction #
op_Subtraction(Search, SearchOpt)

Add a search options

Parameters
NameTypeDescription
lsSearch

-

lSearchOpt

-

method op_Subtraction overload 3 #
op_Subtraction(Search, String())

Add a set of wildcards patterns for path match

Parameters
NameTypeDescription
lsSearch

-

wildcards$String()

-

method op_Subtraction overload 2 #
op_Subtraction(Search, String)

Add wildcard pattern for path match

Parameters
NameTypeDescription
lsSearch

-

wildcards$String

-

method op_LessThan #
op_LessThan(Search, String)

Search the files in the specific directory

Parameters
NameTypeDescription
lsSearch

-

DIRString

-

method op_LessThanOrEqual #
op_LessThanOrEqual(Search, String)

Search the files in the specific directory

Parameters
NameTypeDescription
lsSearch

-

directoryString

-

method DoFileNameGreps #
DoFileNameGreps(Search, IEnumerable(Of String))

make file path list filtering

Parameters
NameTypeDescription
lsSearch

the filter options

filesIEnumerable(Of String)

a collection of the file path

field opts #
opts

The search options

property SearchType #
SearchType
property wildcards #
wildcards
method ToString #
ToString()
method Clone #
Clone()
method op_LeftShift #
op_LeftShift(Search, Int32)
method MakeFilter #
MakeFilter()
method op_GreaterThan #
op_GreaterThan(Search, String)
method op_GreaterThanOrEqual #
op_GreaterThanOrEqual(Search, String)