Flowdock
method

ole_classes

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WIN32COMGen
ole_classes(typelib) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/win32ole/sample/olegen.rb, line 16
  def ole_classes(typelib)
    begin
      @ole = WIN32OLE.new(typelib)
      [@ole.ole_obj_help]
    rescue
      WIN32OLE_TYPE.ole_classes(typelib)
    end
  end
Register or log in to add new notes.