Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public InvocationInfo( Object proxy, MethodInfo targetMethod, StackTrace trace, Type[] genericTypeArgs, Object[] args ) |
Visual Basic |
---|
Public Sub New ( _ proxy As Object, _ targetMethod As MethodInfo, _ trace As StackTrace, _ genericTypeArgs As Type(), _ args As Object() _ ) |
Visual C++ |
---|
public: InvocationInfo( Object^ proxy, MethodInfo^ targetMethod, StackTrace^ trace, array<Type^>^ genericTypeArgs, array<Object^>^ args ) |
Parameters
- proxy
- Type: System..::..Object
[Missing <param name="proxy"/> documentation for "M:NHibernate.Proxy.DynamicProxy.InvocationInfo.#ctor(System.Object,System.Reflection.MethodInfo,System.Diagnostics.StackTrace,System.Type[],System.Object[])"]
- targetMethod
- Type: System.Reflection..::..MethodInfo
[Missing <param name="targetMethod"/> documentation for "M:NHibernate.Proxy.DynamicProxy.InvocationInfo.#ctor(System.Object,System.Reflection.MethodInfo,System.Diagnostics.StackTrace,System.Type[],System.Object[])"]
- trace
- Type: System.Diagnostics..::..StackTrace
[Missing <param name="trace"/> documentation for "M:NHibernate.Proxy.DynamicProxy.InvocationInfo.#ctor(System.Object,System.Reflection.MethodInfo,System.Diagnostics.StackTrace,System.Type[],System.Object[])"]
- genericTypeArgs
- Type: array<System..::..Type>[]()[][]
[Missing <param name="genericTypeArgs"/> documentation for "M:NHibernate.Proxy.DynamicProxy.InvocationInfo.#ctor(System.Object,System.Reflection.MethodInfo,System.Diagnostics.StackTrace,System.Type[],System.Object[])"]
- args
- Type: array<System..::..Object>[]()[][]
[Missing <param name="args"/> documentation for "M:NHibernate.Proxy.DynamicProxy.InvocationInfo.#ctor(System.Object,System.Reflection.MethodInfo,System.Diagnostics.StackTrace,System.Type[],System.Object[])"]