Hi In my C# project i use COM library, and want to invoke some properies of COM objects dynamicly (using Reflection), but i can;t do this in standard way (because every com object have RuntimeType Type and not Type of COM class) How i can to do this.Thank;