'Declaration
Public Sub RegisterAssembly( _ ByVal assembly As System.Reflection.Assembly, _ Optional ByVal classRegistrationFilter As System.Predicate(Of Type) _ )
public void RegisterAssembly( System.Reflection.Assembly assembly, System.Predicate<Type> classRegistrationFilter )
Parameters
- assembly
- The assembly to register
- classRegistrationFilter