るりまサーチ

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

別のキーワード

  1. registry open
  2. registry create
  3. win32/registry new
  4. win32/registry open
  5. win32/registry create

ライブラリ

キーワード

検索結果

<< < 1 2 3 4 5 ... > >>

Win32::Registry#delete_value(name) (3001.0)

@todo

@todo

レジストリ値 name を削除します。
(標準) レジストリ値を削除することはできません。

Win32::Registry#descriptor_length (3001.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#disposition (3001.0)

@todo

@todo

キーの disposition 値を返します。
(REG_CREATED_NEW_KEY または REG_OPENED_EXISTING_KEY)

Win32::Registry#each {|name, type, value| ... } (3001.0)

@todo

@todo

キーが持つレジストリ値を列挙します。

Win32::Registry#each_value {|name, type, value| ... } (3001.0)

@todo

@todo

キーが持つレジストリ値を列挙します。

絞り込み条件を変える

Win32::Registry#flush (3001.0)

@todo

@todo

キーの全てのデータをレジストリファイルに書き込みます。

Win32::Registry#hkey (3001.0)

@todo

@todo

Win32::Registry#info (3001.0)

@todo

@todo

キー情報を以下の値の配列で返します:
* num_keys
サブキーの個数
* max_key_length
サブキー名の最大長
* num_values
値の個数
* max_value_name_length
値の名前の最大長
* max_value_length
値の最大長
* descriptor_length
セキュリティ記述子の長さ
* wtime
最終更新時刻 (FILETIME)

詳細は以下の Win32 API を参照してください。

* RegQueryInfoKey: h...

Win32::Registry#inspect (3001.0)

@todo

@todo
<< < 1 2 3 4 5 ... > >>