Ruby 1.9.0 リファレンスマニュアル > ライブラリ一覧 > win32oleライブラリ
Microsoft Windows で COM や ActiveX を扱うためのライブラリです。
| class WIN32OLE | WIN32OLE objects represent OLE Automation object in Ruby. |
| module WIN32OLE::VARIANT | |
| class WIN32OLE_EVENT | WIN32OLE_EVENT objects controls OLE event. |
| class WIN32OLE_METHOD | WIN32OLE_METHOD objects represent OLE method information. |
| class WIN32OLE_PARAM | WIN32OLE_PARAM objects represent param information of the OLE method. |
| class WIN32OLE_TYPE | WIN32OLE_TYPE objects represent OLE type libarary information. |
| class WIN32OLE_TYPELIB | WIN32OLE_TYPELIB objects represent OLE tyblib information. |
| class WIN32OLE_VARIABLE | WIN32OLE_VARIABLE objects represent OLE variable information. |
| class WIN32OLE_VARIANT |
| class WIN32OLERuntimeError |