Click or drag to resize
ToolboxGetBaseType Method
http://www.emgu.com
Use reflection to find the base type. If such type do not exist, null is returned

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static Type GetBaseType(
	Type currentType,
	string baseClassName
)

Parameters

currentType
Type: SystemType
The type to search from
baseClassName
Type: SystemString
The name of the base class to search

Return Value

Type: Type
The base type
See Also