るりまサーチ

最速Rubyリファレンスマニュアル検索!
55件ヒット [1-55件を表示] (0.033秒)
トップページ > クエリ:nil[x] > クラス:Win32::Registry[x]

別のキーワード

  1. _builtin nil?
  2. object nil?
  3. nilclass nil?
  4. object nil
  5. _builtin nil

ライブラリ

キーワード

検索結果

Win32::Registry#[](name, wtype = nil) (102.0)

@todo

@todo

レジストリ値 name に value を書き込みます。

オプション引数 wtype を指定した場合は,その型で書き込みます。
指定しなかった場合,value のクラスに応じて次の型で書き込みます:
* Integer
REG_DWORD
* String
REG_SZ
* Array
REG_MULTI_SZ

Win32::Registry#[]=(name, rtype, value = nil) (102.0)

@todo

@todo

Win32::Registry#parent (7.0)

@todo

...@todo

親のキーを表す Win32::Registry オブジェクトを返します。
定義済キーでは nil を返します。...

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

@todo

...ジストリ値 name を読み,[ type, data ]
の配列で返します。
name が nil の場合,(標準) レジストリ値が読み込まれます。

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

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

@todo

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

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

絞り込み条件を変える