Constable Authorization Engine 2.0 BETA

Context.AssemblyFilterDelegate Delegate

[This is preliminary documentation and subject to change.]

Defines a signature for methods that can be passed to the GetAvailableTypes method to filter the set of assemblies traversed by the method.

[Visual Basic]
Public Delegate Function Context.AssemblyFilterDelegate( _
   ByVal assembly As Assembly, _
   ByVal baseType As Type _
) As Boolean
[C#]
public delegate bool Context.AssemblyFilterDelegate(
   Assembly assembly,
   Type baseType
);

Requirements

Namespace: LaMarvin.Design

Assembly: LaMarvin.Design (in LaMarvin.Design.dll)

See Also

LaMarvin.Design Namespace