Click or drag to resize
IInvocationProceed Method
Proceed with the call that was intercepted.

Namespace: X3Platform.DynamicProxy
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
Object Proceed(
	params Object[] args
)

Parameters

args
Type: SystemObject
The arguments that will be passed onto the method.

Return Value

Type: Object
The argument returned from the method.
See Also