FindType

FindType(string)

public static Type FindType(string typeName) ;

Description

Find the type from the type name that does not include the Assembly name.

Parameters

Parameter Name Description
typeName Type name without Assembly name

Returns

The type found. If not, returns null.