[Missing <summary> documentation for "M:NHibernate.Proxy.DynamicProxy.IMethodBodyEmitter.EmitMethodBody(System.Reflection.Emit.ILGenerator,System.Reflection.MethodInfo,System.Reflection.FieldInfo)"]

Namespace: NHibernate.Proxy.DynamicProxy
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void EmitMethodBody(
	ILGenerator IL,
	MethodInfo method,
	FieldInfo field
)
Visual Basic
Sub EmitMethodBody ( _
	IL As ILGenerator, _
	method As MethodInfo, _
	field As FieldInfo _
)
Visual C++
void EmitMethodBody(
	ILGenerator^ IL, 
	MethodInfo^ method, 
	FieldInfo^ field
)

Parameters

IL
Type: System.Reflection.Emit..::..ILGenerator

[Missing <param name="IL"/> documentation for "M:NHibernate.Proxy.DynamicProxy.IMethodBodyEmitter.EmitMethodBody(System.Reflection.Emit.ILGenerator,System.Reflection.MethodInfo,System.Reflection.FieldInfo)"]

method
Type: System.Reflection..::..MethodInfo

[Missing <param name="method"/> documentation for "M:NHibernate.Proxy.DynamicProxy.IMethodBodyEmitter.EmitMethodBody(System.Reflection.Emit.ILGenerator,System.Reflection.MethodInfo,System.Reflection.FieldInfo)"]

field
Type: System.Reflection..::..FieldInfo

[Missing <param name="field"/> documentation for "M:NHibernate.Proxy.DynamicProxy.IMethodBodyEmitter.EmitMethodBody(System.Reflection.Emit.ILGenerator,System.Reflection.MethodInfo,System.Reflection.FieldInfo)"]

See Also