Class AbpTypeExtensions
Inheritance
AbpTypeExtensions
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
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
GetFullNameWithAssemblyName(Type)
Declaration
public static string GetFullNameWithAssemblyName(this Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
IsAssignableTo(Type, Type)
Declaration
public static bool IsAssignableTo(this Type type, Type targetType)
Parameters
Type |
Name |
Description |
Type |
type |
|
Type |
targetType |
|
Returns
IsAssignableTo<TTarget>(Type)
Declaration
public static bool IsAssignableTo<TTarget>(this Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type Parameters