Finds the type in any loaded assembly. The first specified assembly argument has the precedence.

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 ResolveType(
	Assembly asm,
	string typeName
)

Parameters

asm
Type: System.Reflection..::..Assembly
typeName
Type: System..::..String

Return Value

See Also