An NDoc Documented Class Library

FocusInterceptor.PreProcess Method 

[Visual Basic]
Overridable Public Sub PreProcess( _ 
   ByVal invocation As IInvocation, _ 
   ByVal target As Object _ 
) _
    Implements DynamicProxyInterceptor.PreProcess
[C#]
public virtual void PreProcess(
   IInvocation invocation,
   object target
);
[C++]
public: virtual void PreProcess(
   IInvocation* invocation,
   Object* target
);
[JScript]
public virtual function PreProcess(
   IInvocation invocation,
   Object target
);

Implements

DynamicProxyInterceptor.PreProcess

See Also

FocusInterceptor Class | White.Core.Interceptors Namespace