Show / Hide Table of Contents

Class AbpTypeExtensions

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

Methods

GetBaseClasses(Type, bool)

Declaration
public static Type[] GetBaseClasses(this Type type, bool includeObject = true)
Parameters
Type Name Description
Type type
bool includeObject
Returns
Type Description
Type[]

GetBaseClasses(Type, Type, bool)

Declaration
public static Type[] GetBaseClasses(this Type type, Type stoppingType, bool includeObject = true)
Parameters
Type Name Description
Type type
Type stoppingType
bool includeObject
Returns
Type Description
Type[]

GetFullNameWithAssemblyName(Type)

Declaration
public static string GetFullNameWithAssemblyName(this Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
string

IsAssignableTo(Type, Type)

Declaration
public static bool IsAssignableTo(this Type type, Type targetType)
Parameters
Type Name Description
Type type
Type targetType
Returns
Type Description
bool

IsAssignableTo<TTarget>(Type)

Declaration
public static bool IsAssignableTo<TTarget>(this Type type)
Parameters
Type Name Description
Type type
Returns
Type Description
bool
Type Parameters
Name Description
TTarget
In this article
Back to top Powered by ABP.IO Platform