240件ヒット
[1-100件を表示]
(0.044秒)
クラス
-
Win32
:: Registry (204) -
Win32
:: Registry :: Error (12) -
Win32
:: Registry :: PredefinedKey (24)
キーワード
- class (12)
- close (24)
- code (12)
- create (12)
- created? (12)
-
delete
_ key (12) -
descriptor
_ length (12) - each (12)
-
each
_ key (12) -
each
_ value (12) - inspect (12)
-
max
_ key _ length (12) -
max
_ value _ length (12) -
max
_ value _ name _ length (12) -
num
_ keys (12) -
num
_ values (12) - read (12)
- write (12)
- wtime (12)
検索結果
先頭5件
-
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