具体考虑WIN32OLE对象......
如何确定OLE对象实例的类名?
object.ole_obj_help.name
如何判断对象实例是否支持特定方法?
object.ole_methods.collect!{ |x| x.to_s }.include?( 'MethodName' )