C# Class BExplorer.Shell.SearchCondition

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

Private Properties

Свойство Type Description
SearchCondition BExplorer.Shell.Interop

Méthodes publiques

Méthode Description
Dispose ( ) : void

Release the native objects.

GetSubConditions ( ) : IEnumerable

Retrieves an array of the sub-conditions.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Release the native objects.

Private Methods

Méthode Description
SearchCondition ( ICondition nativeSearchCondition ) : BExplorer.Shell.Interop

Method Details

Dispose() public méthode

Release the native objects.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Release the native objects.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetSubConditions() public méthode

Retrieves an array of the sub-conditions.
public GetSubConditions ( ) : IEnumerable
Résultat IEnumerable