Namespace:  NHibernate.Util
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function TypeFromAssembly ( _
	type As String, _
	assembly As String, _
	throwIfError As Boolean _
) As Type
C#
public static Type TypeFromAssembly(
	string type,
	string assembly,
	bool throwIfError
)
Visual C++
public:
static Type^ TypeFromAssembly(
	String^ type, 
	String^ assembly, 
	bool throwIfError
)
JavaScript
NHibernate.Util.ReflectHelper.typeFromAssembly = function(type, assembly, throwIfError);

Parameters

type
Type: System..::.String
assembly
Type: System..::.String
throwIfError
Type: System..::.Boolean

See Also