WIN32OLE_TYPE#source_ole_types
Instance Public methods
Returns the array of WIN32OLE_TYPE object which is implemented by the WIN32OLE_TYPE object and having IMPLTYPEFLAG_FSOURCE.
1 2 3 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Internet Controls' , "InternetExplorer" ) p tobj.source_ole_types # => [#<WIN32OLE_TYPE:DWebBrowserEvents2>, #<WIN32OLE_TYPE:DWebBrowserEvents>] |
Please login to continue.