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

InvokeStaticMethod_OneParm() public method

public InvokeStaticMethod_OneParm ( string TypeName, string Method, object Parm1 ) : object
TypeName string
Method string
Parm1 object
return object
        public object InvokeStaticMethod_OneParm(string TypeName, string Method, object Parm1)
        {
            return InvokeStaticMethod_Internal(TypeName, Method, Parm1);
        }
wwDotNetBridge