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

InvokeStaticMethod() public method

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