Click or drag to resize
StandardInterceptorIntercept Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.StandardInterceptor.Intercept(X3Platform.DynamicProxy.IInvocation,System.Object[])"]

Namespace: X3Platform.DynamicProxy
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual Object Intercept(
	IInvocation invocation,
	params Object[] args
)

Parameters

invocation
Type: X3Platform.DynamicProxyIInvocation

[Missing <param name="invocation"/> documentation for "M:X3Platform.DynamicProxy.StandardInterceptor.Intercept(X3Platform.DynamicProxy.IInvocation,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:X3Platform.DynamicProxy.StandardInterceptor.Intercept(X3Platform.DynamicProxy.IInvocation,System.Object[])"]

Return Value

Type: Object

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.StandardInterceptor.Intercept(X3Platform.DynamicProxy.IInvocation,System.Object[])"]

Implements

IInterceptorIntercept(IInvocation, Object)
See Also