Returns the requested Type. Looks in all cached assemblies first. If the type is not cached, looks for it in all loaded assemblies. If the type name is not qualified, it qualifies it with all used namespaces at first and all known namespaces at last.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static Type LookupType(
	string name,
	bool throwOnError
)

Parameters

name
Type: System..::..String
throwOnError
Type: System..::..Boolean

See Also