System.Reflection.TypeFilter Delegate

Filters the classes represented in an array of Type objects.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public delegate bool TypeFilter (Type m, object filterCriteria)

Parameters

m
Documentation for this section has not yet been entered.
filterCriteria
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

The TypeFilter delegate is used to filter a list of classes. Specifically, you use it to filter the classes represented in an array of Type objects. The Type.FindInterfaces(TypeFilter, object) method uses this delegate to filter the list of interfaces that it returns. Every derived class of Delegate and MulticastDelegate has a constructor and a DynamicInvoke method. See the Visual C++ code example given in the description for Delegate.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0