[Missing <summary> documentation for "M:NHibernate.Proxy.DynamicProxy.IProxyMethodBuilder.CreateProxiedMethod(System.Reflection.FieldInfo,System.Reflection.MethodInfo,System.Reflection.Emit.TypeBuilder)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void CreateProxiedMethod( FieldInfo field, MethodInfo method, TypeBuilder typeBuilder ) |
Visual Basic |
---|
Sub CreateProxiedMethod ( _ field As FieldInfo, _ method As MethodInfo, _ typeBuilder As TypeBuilder _ ) |
Visual C++ |
---|
void CreateProxiedMethod( FieldInfo^ field, MethodInfo^ method, TypeBuilder^ typeBuilder ) |
Parameters
- field
- Type: System.Reflection..::..FieldInfo
[Missing <param name="field"/> documentation for "M:NHibernate.Proxy.DynamicProxy.IProxyMethodBuilder.CreateProxiedMethod(System.Reflection.FieldInfo,System.Reflection.MethodInfo,System.Reflection.Emit.TypeBuilder)"]
- method
- Type: System.Reflection..::..MethodInfo
[Missing <param name="method"/> documentation for "M:NHibernate.Proxy.DynamicProxy.IProxyMethodBuilder.CreateProxiedMethod(System.Reflection.FieldInfo,System.Reflection.MethodInfo,System.Reflection.Emit.TypeBuilder)"]
- typeBuilder
- Type: System.Reflection.Emit..::..TypeBuilder
[Missing <param name="typeBuilder"/> documentation for "M:NHibernate.Proxy.DynamicProxy.IProxyMethodBuilder.CreateProxiedMethod(System.Reflection.FieldInfo,System.Reflection.MethodInfo,System.Reflection.Emit.TypeBuilder)"]