るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

モジュール

検索結果

<< < 1 2 3 >>

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

@todo

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

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

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

@todo

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

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