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
)
Public Shared Function GetType (
fullName As String
) As Type
public:
static Type^ GetType(
String^ fullName
)
static member GetType :
fullName : string -> Type
Parameters
- fullName
- Type: SystemString
the full name of the type
Return Value
Type:
TypeThe Type object where
FullName is the given full name.
See Also