Click or drag to resize

ReflectionUtilsGetTypeFromName Method

Helper routine that looks up a type name and tries to retrieve the full type reference in the actively executing assemblies.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static Type GetTypeFromName(
	string typeName
)

Parameters

typeName
Type: SystemString

[Missing <param name="typeName"/> documentation for "M:Koden.Utils.ReflectionUtils.GetTypeFromName(System.String)"]

Return Value

Type: Type

[Missing <returns> documentation for "M:Koden.Utils.ReflectionUtils.GetTypeFromName(System.String)"]

See Also