Click or drag to resize
BaseCodeGeneratorWriteInterceptorInvocationMethod Method
Writes the method implementation. This method generates the IL code for property get/set method and ordinary methods.

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected virtual void WriteInterceptorInvocationMethod(
	MethodInfo method,
	EasyMethod builder
)

Parameters

method
Type: System.ReflectionMethodInfo
The method to implement.
builder
Type: X3Platform.DynamicProxy.Builder.CodeBuilderEasyMethod
EasyMethod being constructed.
See Also