tags:

views:

48

answers:

0

This seems like it should be a fairly straightforward question, but I can't find an answer anywhere.

I'm using php's DOTNET class to instantiate a class from a .dll created with C#. The constructor of that class requires a couple of parameters. How to I pass them?

Other Info: This is currently on Windows, and I've registered the .dll with the GAC, etc.