www.emgu.com/wiki
Use reflection to find the base type. If such type do not exist, null is returned

Declaration Syntax
public static Type GetBaseType(
Type currentType,
string baseclassName
)
Public Shared Function GetBaseType ( _
currentType As Type, _
baseclassName As String _
) As Type
public:
static Type^ GetBaseType(
Type^ currentType,
String^ baseclassName
)

Parameters
- currentType (Type)
- The type to search from
- baseclassName (String)
- The name of the base class to search

Return Value
The base type
Assembly:
Emgu.Util (Module: Emgu.Util) Version: 1.1.3342.35620 (1.1.0.0)