<object>.Interface.GetType().InvokeMember("<Method Name>", System.Reflection.BindingFlags.InvokeMethod, null, <Object>.Interface, new object[] { <params> });
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)