Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > library win32ole

library 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

Classes

Sublibraries