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


There is no way for obtaining dotNet for Net6 application.
From Help:
"Calling functions from .NET assemblies is not supported for .NET Core and .NET 5.0 - 6.0 applications."

Is there an alternative?