Rakeshyadav09
5 years agoOccasional Contributor
Calling function from .NET Assembly - Query
I used the Sys.Process("MyProcessName").AppDomain("AppDomainName").dotNET.namespace.class.subclass.method(parameters) method to call a function from a dll. This is working fine if the dll is not obfuscated but when the dll is obfuscated I am unable to use the function. The dll is not getting visible in the intellisense. Please note the function is a public static function so it should be accessed even after the obfuscation. Can anyone guide me to resolve this issue. Thanks in advance.