[Missing <summary> documentation for "M:NHibernate.Bytecode.EmitUtil.EmitLoadMethodInfo(System.Reflection.Emit.ILGenerator,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 EmitLoadMethodInfo(
	ILGenerator il,
	MethodInfo methodInfo
)
Visual Basic
Public Shared Sub EmitLoadMethodInfo ( _
	il As ILGenerator, _
	methodInfo As MethodInfo _
)
Visual C++
public:
static void EmitLoadMethodInfo(
	ILGenerator^ il, 
	MethodInfo^ methodInfo
)

Parameters

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

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

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

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

See Also