Click or drag to resize

ReflectionUtilsFindType Method

Looks up the specified full type name in all loaded assemblies, ignoring assembly version.

In order to understand how to access generic types, see http://msdn.microsoft.com/en-us/library/w3f99sx1.aspx.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static Type FindType(
	string fullName
)

Parameters

fullName
Type: SystemString
Full name of the type to find.

Return Value

Type: Type
Type with the specified name.
Exceptions
ExceptionCondition
TypeLoadExceptionIf the type couldn't be found.
See Also