Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > library win32ole
library win32ole
要約
Microsoft Windows で COM や ActiveX を扱うためのライブラリです。
- http://homepage1.nifty.com/markey/ruby/win32ole/index.html
- http://pub.cozmixng.org/~the-rwiki/rw-cgi.rb?cmd=view;name=Win32OLE
- http://www.morijp.com/masarl/homepage3.nifty.com/masarl/article/ruby-win32ole.html
- [[unknown:Rubyist Magazine|URL:http://jp.rubyist.net/magazine/]]
- Win32OLE 活用法【第 1 回】 Win32OLE ことはじめ http://jp.rubyist.net/magazine/?0003-Win32OLE
- Win32OLE 活用法【第 2 回】 Excel http://jp.rubyist.net/magazine/?0004-Win32OLE
- Win32OLE 活用法【第 3 回】 ADODB http://jp.rubyist.net/magazine/?0005-Win32OLE
- Win32OLE 活用法【第 4 回】 Adobe Illustrator http://jp.rubyist.net/magazine/?0006-Win32OLE
- Win32OLE 活用法【第 5 回】 Outlook http://jp.rubyist.net/magazine/?0007-Win32OLE
- Win32OLE 活用法【第 6 回】 Web 自動巡回 http://jp.rubyist.net/magazine/?0008-Win32OLE
- Win32OLE 活用法【第 7 回】ほかの言語での COM http://jp.rubyist.net/magazine/?0009-Win32OLE
クラスとモジュール
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 |