Exemple #1
0
 public CreatorMethodInvocationHandler(CreatorInterfaceInvocationHandler creatorInterfaceInvocationHandler, MethodCaller methodCaller, Type returnType, MethodInfo targetMethod)
 {
     m_CreatorInterfaceInvocationHandler = creatorInterfaceInvocationHandler;
     m_MethodCaller = methodCaller;
     m_ReturnType   = returnType;
     m_TargetMethod = targetMethod;
 }
 public CreatorMethodInvocationHandler(CreatorInterfaceInvocationHandler creatorInterfaceInvocationHandler, MethodCaller methodCaller, Type returnType, MethodInfo targetMethod)
 {
     m_CreatorInterfaceInvocationHandler = creatorInterfaceInvocationHandler;
     m_MethodCaller = methodCaller;
     m_ReturnType = returnType;
     m_TargetMethod = targetMethod;
 }