るりまサーチ

最速Rubyリファレンスマニュアル検索!
240件ヒット [1-100件を表示] (0.044秒)

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_dev
  3. etc sc_2_c_bind
  4. tracer display_c_call
  5. tracer display_c_call=

キーワード

検索結果

<< 1 2 3 > >>

Win32::Registry#close (6103.0)

@todo

@todo

開かれているキーを閉じます。

閉じられた後では,多くのメソッドは例外を発生します。

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

@todo

...@todo

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

Win32::Registry#created? (6103.0)

@todo

...@todo

キーが新しく作成された場合,真を返します。
(⇒Win32::Registry.create)...

Win32::Registry#descriptor_length (6103.0)

@todo

@todo

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

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

@todo

@todo

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

絞り込み条件を変える

Win32::Registry#each_key {|subkey, wtime| ... } (6103.0)

@todo

@todo

キーのサブキーを列挙します。

subkey はサブキーの名前を表す String です。
wtime は最終更新時刻を表す FILETIME (64-bit 整数) です。
(⇒Win32::Registry.wtime2time)

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

@todo

@todo

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

Win32::Registry#inspect (6103.0)

@todo

@todo

Win32::Registry::Error#code (6103.0)

@todo

@todo
<< 1 2 3 > >>