288件ヒット
[201-288件を表示]
(0.173秒)
別のキーワード
クラス
-
Win32
:: Registry (264) -
Win32
:: Registry :: PredefinedKey (24)
キーワード
- [] (12)
- []= (12)
-
_ dump (12) - class (12)
- close (12)
- create (12)
-
descriptor
_ length (12) - disposition (12)
- each (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) - open (12)
- open? (12)
- opened? (12)
- parent (12)
- read (12)
- write (12)
- wtime (12)
検索結果
先頭5件
-
Win32
:: Registry :: PredefinedKey # close (3003.0) -
@todo
@todo -
Win32
:: Registry # create(subkey , desired = KEY _ ALL _ ACCESS , opt = REG _ OPTION _ RESERVED) (203.0) -
@todo
...@todo
Win32::Registry.create(self, subkey, desired, opt) と同じです。... -
Win32
:: Registry # [](name , wtype = nil) (103.0) -
@todo
...@todo
レジストリ値 name に value を書き込みます。
オプション引数 wtype を指定した場合は,その型で書き込みます。
指定しなかった場合,value のクラスに応じて次の型で書き込みます:
* Integer
REG_DWORD
* String
REG_SZ
*... -
Win32
:: Registry # []=(name , rtype , value = nil) (103.0) -
@todo
@todo -
Win32
:: Registry # each {|name , type , value| . . . } (103.0) -
@todo
@todo
キーが持つレジストリ値を列挙します。 -
Win32
:: Registry # each _ value {|name , type , value| . . . } (103.0) -
@todo
@todo
キーが持つレジストリ値を列挙します。 -
Win32
:: Registry # read(name , *rtype) (103.0) -
@todo
...[ type, data ]
の配列で返します。
name が nil の場合,(標準) レジストリ値が読み込まれます。
type はレジストリ値の型です。(⇒Win32::Registry::Constants)
data はレジストリ値のデータで,クラスは以下の通りです:
* REG_SZ, REG_EXPAND_S......WORD
Integer
* REG_BINARY
String (バイナリデータを含みます)
オプション引数 rtype が指定されていた場合,レジストリ値の型が
与えられた rtype の配列に存在するかチェックされ,存在しない場合に
TypeError が発生します。......nteger
* REG_BINARY, REG_NONE
String (バイナリデータを含みます)
オプション引数 rtype が指定されていた場合,レジストリ値の型が
与えられた rtype の配列に存在するかチェックされ,存在しない場合に
TypeError が発生します。... -
Win32
:: Registry # write(name , type , data) (103.0) -
@todo
...@todo
レジストリ値 name に型 type で data を書き込みます。
name が nil の場合,(標準) レジストリ値に書き込みます。
type はレジストリ値の型です。(⇒Win32::Registry::Constants)
data のクラスは Win32::Registry#read
メソッドに準じていな...