るりまサーチ

最速Rubyリファレンスマニュアル検索!
1788件ヒット [1-100件を表示] (0.150秒)
トップページ > クエリ:r[x] > クエリ:win32/registry[x]

別のキーワード

  1. win32ole new
  2. win32ole name
  3. win32ole to_s
  4. win32ole ole_type
  5. win32ole visible?

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

win32/registry (44022.0)

win32/registry は Win32 プラットフォームでレジストリをアクセスするための ライブラリです。Win32 API の呼び出しに Win32API を使います。

...win32/registry は Win32 プラットフォームでレジストリをアクセスするための
ライブラリです。Win32 API の呼び出しに Win32API を使います。

//emlist{
r
equire 'win32/registry'

Win32::Registry::HKEY_CURRENT_USER.open('SOFTWARE\foo') do |reg|
value = reg['foo'...
...み込み
value = reg['foo', Win32::Registry::REG_SZ] # 型を限定した読み込み
type, value = reg.read('foo') # 値の読み込み
r
eg['foo'] = 'bar' # 値の書き込み
r
eg['foo', Win32::Registry::REG_SZ] = 'bar' # 型指定...
...込み
r
eg.write('foo', Win32::Registry::REG_SZ, 'bar') # 値の書き込み

r
eg.each_value { |name, type, data| ... } # 値の列挙
r
eg.each_key { |key, wtime| ... } # サブキーの列挙

r
eg.delete_value('foo') # 値の削除
r
eg.delete...

Win32::Registry::Constants::REG_FORCE_RESTORE (29300.0)

@todo

@todo

Win32::Registry::Constants::REG_REFRESH_HIVE (29300.0)

@todo

@todo

Win32::Registry::Constants::REG_RESOURCE_REQUIREMENTS_LIST (26400.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_OPTION_BACKUP_RESTORE (23300.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_CREATED_NEW_KEY (23200.0)

@todo

...@todo

キーが新しく作られたか、既存キーが開かれたか。
Win32::Registry#disposition メソッドも参照してください。...

Win32::Registry::Constants::REG_NO_LAZY_FLUSH (23100.0)

@todo

@todo

Win32::Registry::Constants::REG_WHOLE_HIVE_VOLATILE (23100.0)

@todo

@todo

Win32::Registry::API::RegCreateKeyExA (20200.0)

@todo

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