[Missing <summary> documentation for "T:NHibernate.Proxy.DynamicProxy.InterceptorHandler"]

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

Syntax

C#
public delegate Object InterceptorHandler(
	Object proxy,
	MethodInfo targetMethod,
	StackTrace trace,
	Type[] genericTypeArgs,
	Object[] args
)
Visual Basic
Public Delegate Function InterceptorHandler ( _
	proxy As Object, _
	targetMethod As MethodInfo, _
	trace As StackTrace, _
	genericTypeArgs As Type(), _
	args As Object() _
) As Object
Visual C++
public delegate Object^ InterceptorHandler(
	Object^ proxy, 
	MethodInfo^ targetMethod, 
	StackTrace^ trace, 
	array<Type^>^ genericTypeArgs, 
	array<Object^>^ args
)

Parameters

proxy
Type: System..::..Object
targetMethod
Type: System.Reflection..::..MethodInfo
trace
Type: System.Diagnostics..::..StackTrace
genericTypeArgs
Type: array<System..::..Type>[]()[][]
args
Type: array<System..::..Object>[]()[][]

See Also