Click or drag to resize

UtilitiesGetType Method

Get the Type object from it's FullName, This function scans the type that defined in the Test Framework and also all loaded assemblies from Extension.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Type GetType(
	string fullName
)

Parameters

fullName
Type: SystemString
the full name of the type

Return Value

Type: Type
The Type object where FullName is the given full name.
See Also