PHP DOTNET - Passing Constructor Parameters to a C# Class

Posted by n3wtz on Stack Overflow See other posts from Stack Overflow or by n3wtz
Published on 2010-03-29T18:32:22Z Indexed on 2010/03/29 18:33 UTC
Read the original article Hit count: 502

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about dotnet