type=class
superclass=Object
included=
extended=
library=win32ole

WIN32OLE_TYPE objects represent OLE type libarary information.

     WIN32OLE_TYPE.new(typelib, ole_class) -> WIN32OLE_TYPE object

Returns a new WIN32OLE_TYPE object.
The first argument <i>typelib</i> specifies OLE type library name.
The second argument specifies OLE class name.

      WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Application') 
          # => WIN32OLE_TYPE object of Application class of Excel.
