るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
14件ヒット [1-14件を表示] (0.119秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:l[x] > バージョン:2.7.0[x] > クエリ:p[x] > クエリ:g[x] > ライブラリ:win32/registry[x]

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l
  5. l

検索結果

Win32::Registry#descriptor_length (54910.0)

@todo

@todo

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

Win32::Registry#max_key_length (45610.0)

@todo

@todo

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

Win32::Registry#max_value_length (45610.0)

@todo

@todo

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

Win32::Registry#max_value_name_length (45610.0)

@todo

@todo

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

Win32::Registry#num_values (36310.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry::PredefinedKey#class (36310.0)

@todo

@todo

Win32::Registry::PredefinedKey#close (36310.0)

@todo

@todo

Win32::Registry#num_keys (27010.0)

@todo

@todo

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

Win32::Registry#wtime (27010.0)

@todo

@todo

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

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

@todo

@todo

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

絞り込み条件を変える

Win32::Registry#create(subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) (10210.0)

@todo

@todo

Win32::Registry.create(self, subkey, desired, opt) と同じです。

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

@todo

@todo

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

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

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

@todo

@todo

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

@todo

@todo

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