W
wackyphill
I know how to use [DLLImport] when I know the path the DLL I'll be
importing. But I have the following scenario:
I have a series of DLL plugins that all have the exact same function
signatures just different implementations of them.
I'd like to programatically search a directory for them and import them
some how. Even though I know there signatures at compile time I won't
know the DLL file names till run time.
Any ideas how to do this?
Thanks very much.
importing. But I have the following scenario:
I have a series of DLL plugins that all have the exact same function
signatures just different implementations of them.
I'd like to programatically search a directory for them and import them
some how. Even though I know there signatures at compile time I won't
know the DLL file names till run time.
Any ideas how to do this?
Thanks very much.