Hi Michael!
On Mon, 4 Sep 2006 12:26:03 +0200, "Goffioul Michael" goffioul@imec.be wrote:
BTW, another function improvement idea: I got to a situation where I needed to import a type from an assembly whose DLL name didn't match the namespace name, hence I couldn't use import-types. However, as import-type requires an assembly object, I had to load it manually. This is not a big deal, just annoying. Would it be possible to provide a more flexible type importing function where you could easily decouple the DLL and namespace names? (for instance by adding an ":assembly" keyword to the import-types function)
Yeah, I think that should be no big deal. I can do it, but not in the next days because I'm busy with other things. Feel free to submit a patch (preferably with updated documentation) in the meantime... :)
Cheers, Edi.