種類
- インスタンスメソッド (192)
- 特異メソッド (60)
- クラス (60)
クラス
-
RSS
:: Maker :: ItemsBase :: ItemBase (48) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Guid (48) -
RSS
:: Rss :: Channel :: Item (24) -
RSS
:: Rss :: Channel :: Item :: Guid (12) - WIN32OLE (48)
-
WIN32OLE
_ TYPE (36) -
WIN32OLE
_ TYPELIB (24) -
WIN32OLE
_ VARIABLE (12)
キーワード
- Guid (36)
- GuidBase (12)
-
WIN32OLE
_ TYPELIB (12) - categories (12)
- connect (12)
- content (12)
- content= (12)
-
create
_ guid (12) - enclosure (12)
- guid= (12)
- isPermaLink (24)
- isPermaLink= (12)
- new (24)
-
ole
_ activex _ initialize (12) -
ole
_ classes (12) -
ole
_ query _ interface (12) -
ole
_ type _ detail (12) - source (12)
検索結果
先頭5件
-
RSS
:: Maker :: RSS20 :: Items :: Item :: Guid (6000.0) -
RSS 2.0を生成するときだけ利用されます.
RSS 2.0を生成するときだけ利用されます.
contentを設定する必要があります. -
RSS
:: Rss :: Channel :: Item :: Guid (6000.0) -
-
RSS
:: Maker :: RSS20 :: Items :: Item :: Guid # content (3000.0) -
@todo
@todo -
RSS
:: Maker :: RSS20 :: Items :: Item :: Guid # content=() (3000.0) -
@todo
@todo -
RSS
:: Maker :: RSS20 :: Items :: Item :: Guid # isPermaLink (3000.0) -
@todo
@todo -
RSS
:: Maker :: RSS20 :: Items :: Item :: Guid # isPermaLink=() (3000.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item :: Guid # isPermaLink (3000.0) -
@todo
@todo
* http://purl.org/dc/elements/1.1/ -
WIN32OLE
_ TYPELIB . new(libname , mjv = nil , miv = nil) -> WIN32OLE _ TYPELIB (24.0) -
WIN32OLE_TYPELIBオブジェクトを生成します。
...ibname 生成するTypeLibのレジストリ上のドキュメント文字列
(WIN32OLE_TYPELIB#name)または
GUID(WIN32OLE_TYPELIB#guid)またはTLBファイル名を
文字列で指定します。
@param mjv 作成するTypeLibのメジャーバ......name # => 'Microsoft Shell Controls And Automation'
TypeLibは、レジストリのHKEY_CLASS_ROOT\TypeLibキーの下にGUIDをキーとし
て格納されています。GUIDキーの下にバージョン番号キーが並び、ドキュメン
ト文字列はバージョン番号キーの既定... -
WIN32OLE
_ TYPELIB (18.0) -
OLEオートメーションサーバの型情報ライブラリ(TypeLib)を操作するための クラスです。
...=== サンプルコード
require 'win32ole'
tlib = WIN32OLE_TYPELIB.new('Microsoft Excel 14.0 Object Library')
puts "Guid of Excel typelib = #{tlib.guid}"
puts "version = #{tlib.major_version}.#{tlib.minor_version}"
puts "creatable classes:"
tlib.ole_types.select{|cls| cls.pro...