るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.114秒)

別のキーワード

  1. _builtin constants
  2. module constants
  3. constants creat
  4. constants rdwr
  5. constants excl

ライブラリ

検索結果

Win32::Registry#read(name, *rtype) (54328.0)

@todo

...返します。
name が nil の場合,(標準) レジストリ値が読み込まれます。

type はレジストリ値の型です。(⇒Win32::Registry::Constants)
data はレジストリ値のデータで,クラスは以下の通りです:
* REG_SZ, REG_EXPAND_SZ
String
* REG_MULTI_...

Win32::Registry#write(name, type, data) (43.0)

@todo

...e に型 type で data を書き込みます。
name が nil の場合,(標準) レジストリ値に書き込みます。

type はレジストリ値の型です。(⇒Win32::Registry::Constants)
data のクラスは Win32::Registry#read
メソッドに準じていなければなりません。...