XmlConfiguratonOperatorGetTypeFromString Method (String, Boolean, Boolean) |
Namespace: X3Platform.Configuration
public static Type GetTypeFromString( string typeName, bool throwOnError, bool ignoreCase )
If the type name is fully qualified, i.e. if contains an assembly name in the type name, the type will be loaded from the system using GetType(String, Boolean).
If the type name is not fully qualified it will be loaded from the assembly that is directly calling this method. If the type is not found in the assembly then all the loaded assemblies will be searched for the type.