ReflectionUtils.GetTypeFromName

Overload for backwards compatibility which only tries to load assemblies that are already loaded in memory.

public static Type GetTypeFromName(string typeName, string assemblyName)

Parameters

typeName
type to load

assemblyName
Optional assembly name to load from if type cannot be loaded initially. Use for lazy loading of assemblies without taking a type dependency.

Overloads