Westwind.WebConnection.wwDotNetBridge.InvokeMethod_ThreeParms C# (CSharp) Method

InvokeMethod_ThreeParms() public method

public InvokeMethod_ThreeParms ( object Instance, string Method, object Parm1, object Parm2, object Parm3 ) : object
Instance object
Method string
Parm1 object
Parm2 object
Parm3 object
return object
        public object InvokeMethod_ThreeParms(object Instance, string Method, object Parm1, object Parm2, object Parm3)
        {
            return InvokeMethod_Internal(Instance, Method, Parm1, Parm2, Parm3);
        }
wwDotNetBridge