PHP DOTNET - Passing Constructor Parameters to a C# Class
- by n3wtz
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.