How to get automation server's classes list?

AntidotEAntidotE Member Posts: 61
I can get list of automation servers from virtual table 2000000046 Automation Server, but I want to see list of available classes. How can I get it?
It is hard to swim against self bloodstream... (c) Old, experienced kamikadze.
aaa.jpg 38.6K

Comments

  • kinekine Member Posts: 12,562
    There is no virtual table for that, it means no easy way, may be through some automation... :-)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • garakgarak Member Posts: 3,263
    These automations are, for example, some DLL's.
    So, if you set the Automation as variable, nav loads this DLL. Now @runtime you have access to the dll and you see the procedures or functions or classes from this dll.
    If you need to know which classes in these dll exist, you must develop this self. For example with a thierd appl.

    Regards
    Do you make it right, it works too!
  • AntidotEAntidotE Member Posts: 61
    Do you know how to get this list? Please, show us. [-o<
    It is hard to swim against self bloodstream... (c) Old, experienced kamikadze.
  • garakgarak Member Posts: 3,263
    i have develop this with C#. The C# programm show me all the infos.

    sorry, but this C# code i can't post, but, we have the internet ;-)

    Example:

    (see on the left side the menu bar and note that the function gettypes is behind "System.Reflection Namespace")

    Regards
    Do you make it right, it works too!
Sign In or Register to comment.