J
Jayme Pechan
Does anyone know if there is a way to make a call to a COM interface from C#
that you do not know the type information until runtime? In C++ you would
just call GetIDsOfNames to get the dispatch ID and then call invoke with the
ID. Thanks.
that you do not know the type information until runtime? In C++ you would
just call GetIDsOfNames to get the dispatch ID and then call invoke with the
ID. Thanks.