[Migrated content. Thread originally posted on 14 July 2009]
Hi,I have a question. Is it possible to call a static method in C# ? Obviously, when I code something like :
CREATE "@assembly"
NAMESPACE IS "MyNamespace"
CLASS-NAME IS "Myclass"
HANDLE IS hHandle.
MODIFY hHandle "MyMethod" (wsParm1, wsParms).
i get : "constructor on type 'MyNamespace.Myclass' not found" from AcuCOBOL v81. Is there a different syntax for static methods ? I can't find it in the documentation.
Thanks,
- Peter -



