Creates a new instance of the CallInterceptor class.
Declaring type: CallInterceptor
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public CallInterceptor (
        Type interfaceType,
        MemberTypes memberType,
        string memberName,
        Type[] parameterTypes,
        CallInterceptionDelegate onInterception
) 
Parameters
interfaceType
Interface type of the intercepted component
memberType
Type of the intercepted member
memberName
Name of the intercepted member
parameterTypes
Types of parameters for the intercepted member
onInterception
Callback for custom call interception logic