I'm not a C# programmer so excuse me if it's a silly question, but I can't find any solutions.
I have an Object. It's a COM object and its ToString() returns "System.__comObject". When examining its inner contents with debugger I can see that this object has a property called Object and it's an instance of the actual class that I want. However, Object class has no property Object, and when I'm trying to cast the object itself to the desired type I get an exception. How should COM object be converted to a .NET object?