From: Bruno Le hyaric Date: 2009-06-12T22:00:54+09:00 Subject: WIN32OLE type binding Hi, My COM Web Browser is making progress... I can scan COM API, get and set properties value. The next step is to permit RPC on methods. Ruby reflexivity let me know : - the list of methods for an object, - parameters and their types for each method. Now I seek for introspection about type binding between Ruby and COM... I looked at the documentation where I see we can get all COM classes...but not what I want. Here is an example of what I'm looking for : BSTR => String I4 => Fixnum F8 => Float ... does anybody got an advice? -- Posted via http://www.ruby-forum.com/.