C# Class BExplorer.Shell.SearchCondition

Exposes properties and methods for retrieving information about a search condition.
Inheritance: IDisposable
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Private Properties

Property Type Description
SearchCondition BExplorer.Shell.Interop

Public Methods

Method Description
Dispose ( ) : void

Release the native objects.

GetSubConditions ( ) : IEnumerable

Retrieves an array of the sub-conditions.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Release the native objects.

Private Methods

Method Description
SearchCondition ( ICondition nativeSearchCondition ) : BExplorer.Shell.Interop

Method Details

Dispose() public method

Release the native objects.
public Dispose ( ) : void
return void

Dispose() protected method

Release the native objects.
protected Dispose ( bool disposing ) : void
disposing bool
return void

GetSubConditions() public method

Retrieves an array of the sub-conditions.
public GetSubConditions ( ) : IEnumerable
return IEnumerable