Constable Authorization Engine 2.0 BETA

Context.GetAvailableTypes Method 

[This is preliminary documentation and subject to change.]

Gets the types that match the specified typeFilter from assemblies that match the specified assemblyFilter.

[Visual Basic]
Public Shared Function GetAvailableTypes( _
   ByVal baseType As Type, _
   ByVal assemblyFilter As AssemblyFilterDelegate, _
   ByVal typeFilter As TypeFilterDelegate _
) As Type()
[C#]
public static Type[] GetAvailableTypes(
   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 Types matching the specified typeFilter in assemblies that match the specified assemblyFilter.

See Also

Context Class | LaMarvin.Design Namespace