るりまサーチ (Ruby 2.7.0)

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

別のキーワード

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

ライブラリ

検索結果

Win32::Registry#descriptor_length (36607.0)

@todo

@todo

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

Win32::Registry#max_key_length (27307.0)

@todo

@todo

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

Win32::Registry#max_value_length (27307.0)

@todo

@todo

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

Win32::Registry#max_value_name_length (27307.0)

@todo

@todo

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

Win32::Registry#num_values (27307.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry#num_keys (18007.0)

@todo

@todo

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

Win32::Registry#wtime (18007.0)

@todo

@todo

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

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

@todo

@todo

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

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

@todo

...@todo

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

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

@todo

@todo

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

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

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

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