How can I use IDynamicMetaObjectProvider to introspect COM objects? In particular, given an arbitrary COM object, I want to return a dictionary in which the key is the name of the property and Value is the string value of the property in the COM object (if the property value is not a string, skip it).
How can I get property names and their values ββat runtime like this?
source share