A
Alexander Cherny
it's possible to call COM-object methods by their names, using
CoCreateInstance(), QueryInterface(), GetIDsOfNames(), etc.
is there any chance to call .NET object the same way - by name of an object,
a method, a parameter?
thank you.
CoCreateInstance(), QueryInterface(), GetIDsOfNames(), etc.
is there any chance to call .NET object the same way - by name of an object,
a method, a parameter?
thank you.