Click or drag to resize
StandardInterceptorPreProceed Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.StandardInterceptor.PreProceed(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
protected virtual void PreProceed(
	IInvocation invocation,
	params Object[] args
)

Parameters

invocation
Type: X3Platform.DynamicProxyIInvocation

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

args
Type: SystemObject

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

See Also