Class TypeLocator
Inherited Members
Namespace: DotNetNuke.Framework.Reflections
Assembly: DotNetNuke.dll
Syntax
public class TypeLocator : ITypeLocator, IAssemblyLocator
Constructors
TypeLocator()
Declaration
public TypeLocator()
Methods
GetAllMatchingTypes(Predicate<Type>)
Declaration
public IEnumerable<Type> GetAllMatchingTypes(Predicate<Type> predicate)
Parameters
| Type | Name | Description |
|---|---|---|
| Predicate<Type> | predicate |
Returns
| Type | Description |
|---|---|
| IEnumerable<Type> |