Copy link to clipboard
Copied
I have a .net DLL that i would like to communicate with. however, i dont know the functions, methods or classes inside the dll. Is there a way to connect to the dll then dump that information out? Also, does the DLL have to be a special dll in order for this to work?
thanks
gk
Copy link to clipboard
Copied
Create an object as in the Coldfusion documentation on using .NET, then dump it.