Show / Hide Table of Contents

Class AbpModuleHelper

Inheritance
object
AbpModuleHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Modularity
Assembly: Volo.Abp.Core.dll
Syntax
public static class AbpModuleHelper

Methods

FindAllModuleTypes(Type, ILogger?)

Declaration
public static List<Type> FindAllModuleTypes(Type startupModuleType, ILogger? logger)
Parameters
Type Name Description
Type startupModuleType
ILogger logger
Returns
Type Description
List<Type>

FindDependedModuleTypes(Type)

Declaration
public static List<Type> FindDependedModuleTypes(Type moduleType)
Parameters
Type Name Description
Type moduleType
Returns
Type Description
List<Type>

GetAllAssemblies(Type)

Declaration
public static Assembly[] GetAllAssemblies(Type moduleType)
Parameters
Type Name Description
Type moduleType
Returns
Type Description
Assembly[]
In this article
Back to top Powered by ABP.IO Platform