Forum Discussion

maria_vst's avatar
maria_vst
Contributor
2 years ago

Net6 - is there a way to call functions (static class members) from .Net6.0 applications

There is an example in help for obtaining a specific static class member using the following syntax: Sys.Process("MyApp").AppDomain("MyApp.exe").dotNET.namespace_name.class_name.property_name T...