るりまサーチ (Ruby 3.2)

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

別のキーワード

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

ライブラリ

検索結果

WIN32OLE_METHOD (22.0)

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

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

WIN32OLE_METHODは、WIN32OLE#ole_methodsなどの呼び出しによって返さ
れるオブジェクトで、OLEオートメーションサーバのメソッドの情報(メタデー
タ)を保持します。

=== サンプルコード

excel = WIN32OLE.new('Excel.Application')
excel.ole_methods.each do |method|
if method.visible?
puts <<SIGNATURE
#{method.return_type} ...