[Missing <summary> documentation for "M:NHibernate.Util.ReflectHelper.TypeFromAssembly(System.String,System.String,System.Boolean)"]

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

Syntax

C#
public static Type TypeFromAssembly(
	string type,
	string assembly,
	bool throwIfError
)
Visual Basic
Public Shared Function TypeFromAssembly ( _
	type As String, _
	assembly As String, _
	throwIfError As Boolean _
) As Type
Visual C++
public:
static Type^ TypeFromAssembly(
	String^ type, 
	String^ assembly, 
	bool throwIfError
)

Parameters

type
Type: System..::..String

[Missing <param name="type"/> documentation for "M:NHibernate.Util.ReflectHelper.TypeFromAssembly(System.String,System.String,System.Boolean)"]

assembly
Type: System..::..String

[Missing <param name="assembly"/> documentation for "M:NHibernate.Util.ReflectHelper.TypeFromAssembly(System.String,System.String,System.Boolean)"]

throwIfError
Type: System..::..Boolean

[Missing <param name="throwIfError"/> documentation for "M:NHibernate.Util.ReflectHelper.TypeFromAssembly(System.String,System.String,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Util.ReflectHelper.TypeFromAssembly(System.String,System.String,System.Boolean)"]

See Also