[Missing <summary> documentation for "M:NHibernate.Bytecode.EmitUtil.EmitCreateDelegateInstance(System.Reflection.Emit.ILGenerator,System.Type,System.Reflection.MethodInfo)"]

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

Syntax

C#
public static void EmitCreateDelegateInstance(
	ILGenerator il,
	Type delegateType,
	MethodInfo methodInfo
)
Visual Basic
Public Shared Sub EmitCreateDelegateInstance ( _
	il As ILGenerator, _
	delegateType As Type, _
	methodInfo As MethodInfo _
)
Visual C++
public:
static void EmitCreateDelegateInstance(
	ILGenerator^ il, 
	Type^ delegateType, 
	MethodInfo^ methodInfo
)

Parameters

il
Type: System.Reflection.Emit..::..ILGenerator

[Missing <param name="il"/> documentation for "M:NHibernate.Bytecode.EmitUtil.EmitCreateDelegateInstance(System.Reflection.Emit.ILGenerator,System.Type,System.Reflection.MethodInfo)"]

delegateType
Type: System..::..Type

[Missing <param name="delegateType"/> documentation for "M:NHibernate.Bytecode.EmitUtil.EmitCreateDelegateInstance(System.Reflection.Emit.ILGenerator,System.Type,System.Reflection.MethodInfo)"]

methodInfo
Type: System.Reflection..::..MethodInfo

[Missing <param name="methodInfo"/> documentation for "M:NHibernate.Bytecode.EmitUtil.EmitCreateDelegateInstance(System.Reflection.Emit.ILGenerator,System.Type,System.Reflection.MethodInfo)"]

See Also