I have a application in which has following component -

PushManager - This solution contains a class in which C++ DLL(PushCommon) is Imported using DllImport().

PushCommon - This soultion receives data from PushManager processes it and returns output.methods written in this solution are all exported.


Now requirement I got is call one of the method in PushManger in PushCommon.
I am not sure how I it can be done.
So I am here to get advice from the experts here.

Thanks in Advance.