Click or drag to resize

ReflectionHelperGetAllTypesWithBaseClassT Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Monkeyspeak.Utils.ReflectionHelper.GetAllTypesWithBaseClass``1(System.Reflection.Assembly)"]

Namespace:  Monkeyspeak.Utils
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public static IEnumerable<Type> GetAllTypesWithBaseClass<T>(
	Assembly asm
)
where T : class

Parameters

asm
Type: System.ReflectionAssembly

[Missing <param name="asm"/> documentation for "M:Monkeyspeak.Utils.ReflectionHelper.GetAllTypesWithBaseClass``1(System.Reflection.Assembly)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Monkeyspeak.Utils.ReflectionHelper.GetAllTypesWithBaseClass``1(System.Reflection.Assembly)"]

Return Value

Type: IEnumerableType

[Missing <returns> documentation for "M:Monkeyspeak.Utils.ReflectionHelper.GetAllTypesWithBaseClass``1(System.Reflection.Assembly)"]

See Also