visual studio - How can I get COMObject function call attributes using C#? -


i have problem because want returnvalue inside dynamic view of object... inside baan type, has property called returnvalue, , want it. possible?

object ret = baan.gettype().invokemember("parseexecfunction",                          bindingflags.invokemethod,                          null,                          baan,                          parameters         ).tostring(); 


Comments