_Type.FindInterfaces Method
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.0.
Provides COM objects with version-independent access to the Type.FindInterfaces method.
This method is not CLS-compliant. Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
Type[] FindInterfaces ( TypeFilter filter, Object filterCriteria )
function FindInterfaces (
filter : TypeFilter,
filterCriteria : Object
) : Type[]
Parameters
- filter
The TypeFilter delegate that compares the interfaces against filterCriteria.
- filterCriteria
The search criteria that determines whether an interface should be included in the returned array.
Return Value
An array of Type objects representing a filtered list of the interfaces implemented or inherited by the current Type. -or- An empty array of type Type, if no interfaces matching the filter are implemented or inherited by the current Type.Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.