るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.008秒)
トップページ > クエリ:helpstring[x] > 種類:クラス[x]

別のキーワード

  1. win32ole helpstring
  2. win32ole_type helpstring
  3. win32ole_method helpstring
  4. helpstring win32ole
  5. helpstring win32ole_type

ライブラリ

検索結果

WIN32OLE_METHOD (7.0)

OLEオートメーションサーバが持つメソッドの情報を提供します。

...puts <<SIGNATURE
#{method.return_type} #{method.name}(#{
method.params.map {|p| "#{p.ole_type} #{p.name}"}.join(', ')
}) : #{method.helpstring}
SIGNATURE
end
end


@see WIN32OLE#ole_methods, WIN32OLE#ole_func_methods, WIN32OLE#ole_get_methods, WIN32OLE#ole_put_methods, WIN32OLE...