Beispiel #1
0
 public Object invoke(Object proxy, MethodInfo method, Object[] args)
 {
     return(runtime.proxyCall(marshallFlags, marshallDepth, method, proxy, args));
 }