Show / Hide Table of Contents

Class TypeLocator

Inheritance
object
TypeLocator
Implements
ITypeLocator
IAssemblyLocator
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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>

Implements

ITypeLocator
IAssemblyLocator

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS