Interface IInvocationHandler
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/InvocationHandler.html
public interface IInvocationHandler
Methods
Invoke(object, Method, object[])
object Invoke(object arg0, Method arg1, object[] arg2)