Namespace:  NHibernate.Bytecode.Lightweight
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Function CreateDynamicMethod ( _
	returnType As Type, _
	argumentTypes As Type() _
) As DynamicMethod
C#
protected DynamicMethod CreateDynamicMethod(
	Type returnType,
	Type[] argumentTypes
)
Visual C++
protected:
DynamicMethod^ CreateDynamicMethod(
	Type^ returnType, 
	array<Type^>^ argumentTypes
)
JavaScript
function createDynamicMethod(returnType, argumentTypes);

Parameters

returnType
Type: System..::.Type
argumentTypes
Type: array< System..::.Type >[]()[]

See Also