E
Elisabete de Moraes
Hi everyone,
I have a .Net dll that instantiates other .Net dll's and win32 dll's,
through LoadLibrary and System.Reflection.Assembly namespace. That's working
fine.
I need .Net dll (caller) to wait till the end of the called function /
method ends processing (something like making called DLL act as "modal").
Is there any way to use something like WaitForSingleObject in this context?
Is there any solution for this problem?
Thanks in advance
Elisabete
I have a .Net dll that instantiates other .Net dll's and win32 dll's,
through LoadLibrary and System.Reflection.Assembly namespace. That's working
fine.
I need .Net dll (caller) to wait till the end of the called function /
method ends processing (something like making called DLL act as "modal").
Is there any way to use something like WaitForSingleObject in this context?
Is there any solution for this problem?
Thanks in advance
Elisabete