Hi,
I am building a dll (DLLA), that adds functionality to an existing Managed Dll (DLLB). In other words DLLA references DLLB.
If I add DLLA to an application, is there a way to reference functions in DLLB, without adding DLLB as a reference to the Application? Only DLLA will be added as a reference to the application.
Thank you.
I am building a dll (DLLA), that adds functionality to an existing Managed Dll (DLLB). In other words DLLA references DLLB.
If I add DLLA to an application, is there a way to reference functions in DLLB, without adding DLLB as a reference to the Application? Only DLLA will be added as a reference to the application.
Thank you.