Constable Authorization Engine 2.0 BETA

Context.GetAvailableTypeInfos Method 

[This is preliminary documentation and subject to change.]

Gets an array of TypeInfo objects for types that match the specified typeFilter from assemblies that match the specified assemblyFilter.

[Visual Basic]
Public Shared Function GetAvailableTypeInfos( _
   ByVal baseType As Type, _
   ByVal assemblyFilter As AssemblyFilterDelegate, _
   ByVal typeFilter As TypeFilterDelegate _
) As TypeInfo()
[C#]
public static TypeInfo[] GetAvailableTypeInfos(
   Type baseType,
   AssemblyFilterDelegate assemblyFilter,
   TypeFilterDelegate typeFilter
);

Parameters

baseType
The base type with which the found types should be compatible.
assemblyFilter
The assembly filter.
typeFilter
The type filter.

Return Value

Array of TypeInfos matching the specified typeFilter in assemblies that match the assemblyFilter.

See Also

Context Class | LaMarvin.Design Namespace