るりまサーチ

最速Rubyリファレンスマニュアル検索!
108件ヒット [101-108件を表示] (0.013秒)
トップページ > クエリ:ole_types[x]

別のキーワード

  1. win32ole new
  2. win32ole to_s
  3. win32ole ole_type
  4. win32ole name
  5. win32ole ole_free

ライブラリ

クラス

検索結果

<< < 1 2 >>

WIN32OLE_TYPELIB (6.0)

OLEオートメーションサーバの型情報ライブラリ(TypeLib)を操作するための クラスです。

...puts "Guid of Excel typelib = #{tlib.guid}"
puts "version = #{tlib.major_version}.#{tlib.minor_version}"
puts "creatable classes:"
tlib.ole_types.select{|cls| cls.progid }.each do |cls|
puts " #{cls.name}: PROGID=#{cls.progid}"
end

上記を実行すると以下の出力を得ま...
<< < 1 2 >>