528件ヒット
[1-100件を表示]
(0.141秒)
クラス
-
Win32
:: Registry (492) -
Win32
:: Registry :: Error (12) -
Win32
:: Registry :: PredefinedKey (24)
キーワード
- [] (12)
- []= (12)
-
_ dump (12) - class (12)
- close (24)
- code (12)
- create (12)
- created? (12)
- delete (12)
-
delete
_ key (12) -
delete
_ value (12) -
descriptor
_ length (12) - disposition (12)
- each (12)
-
each
_ key (12) -
each
_ value (12) - flush (12)
- hkey (12)
- info (12)
- inspect (12)
- keyname (12)
- keys (12)
-
max
_ key _ length (12) -
max
_ value _ length (12) -
max
_ value _ name _ length (12) - name (12)
-
num
_ keys (12) -
num
_ values (12) - open (12)
- open? (12)
- opened? (12)
- parent (12)
- read (12)
-
read
_ bin (12) -
read
_ i (12) -
read
_ s (12) -
to
_ s (12) - write (12)
-
write
_ bin (12) -
write
_ i (12) -
write
_ s (12) - wtime (12)
検索結果
先頭5件
-
Win32
:: Registry # create(subkey , desired = KEY _ ALL _ ACCESS , opt = REG _ OPTION _ RESERVED) (15519.0) -
@todo
...@todo
Win32::Registry.create(self, subkey, desired, opt) と同じです。... -
Win32
:: Registry # created? (15219.0) -
@todo
...@todo
キーが新しく作成された場合,真を返します。
(⇒Win32::Registry.create)... -
Win32
:: Registry # parent (15219.0) -
@todo
...@todo
親のキーを表す Win32::Registry オブジェクトを返します。
定義済キーでは nil を返します。... -
Win32
:: Registry # descriptor _ length (12219.0) -
@todo
...@todo
キー情報の個々の値を返します。... -
Win32
:: Registry # read(name , *rtype) (12219.0) -
@todo
...@todo
レジストリ値 name を読み,[ type, data ]
の配列で返します。
name が nil の場合,(標準) レジストリ値が読み込まれます。
type はレジストリ値の型です。(⇒Win32::Registry::Constants)
data はレジストリ値のデータで,クラスは以......下の通りです:
* REG_SZ, REG_EXPAND_SZ
String
* REG_MULTI_SZ
String の配列
* REG_DWORD, REG_DWORD_BIG_ENDIAN, REG_QWORD
Integer
* REG_BINARY
String (バイナリデータを含みます)
オプション引数 rtype が指定されていた場合,レジストリ値......の型が
与えられた rtype の配列に存在するかチェックされ,存在しない場合に
TypeError が発生します。......下の通りです:
* REG_SZ, REG_EXPAND_SZ
String
* REG_MULTI_SZ
String の配列
* REG_DWORD, REG_DWORD_BIG_ENDIAN, REG_QWORD
Integer
* REG_BINARY, REG_NONE
String (バイナリデータを含みます)
オプション引数 rtype が指定されていた場合,レジス......トリ値の型が
与えられた rtype の配列に存在するかチェックされ,存在しない場合に
TypeError が発生します。... -
Win32
:: Registry # write(name , type , data) (12219.0) -
@todo
...@todo
レジストリ値 name に型 type で data を書き込みます。
name が nil の場合,(標準) レジストリ値に書き込みます。
type はレジストリ値の型です。(⇒Win32::Registry::Constants)
data のクラスは Win32::Registry#read
メソッドに準じていな... -
Win32
:: Registry # write _ bin(name , value) (12219.0) -
@todo
...@todo
レジストリ値 name に value を書き込みます。
レジストリ値の型はそれぞれ REG_SZ(write_s), REG_DWORD(write_i),
REG_BINARY(write_bin) です。... -
Win32
:: Registry # write _ i(name , value) (12219.0) -
@todo
...@todo
レジストリ値 name に value を書き込みます。
レジストリ値の型はそれぞれ REG_SZ(write_s), REG_DWORD(write_i),
REG_BINARY(write_bin) です。... -
Win32
:: Registry # write _ s(name , value) (12219.0) -
@todo
...@todo
レジストリ値 name に value を書き込みます。
レジストリ値の型はそれぞれ REG_SZ(write_s), REG_DWORD(write_i),
REG_BINARY(write_bin) です。...