264件ヒット
[1-100件を表示]
(0.118秒)
別のキーワード
ライブラリ
-
win32
/ registry (264)
キーワード
- [] (12)
- []= (12)
-
_ dump (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 # _ dump (6102.0) -
@todo
@todo -
Win32
:: Registry # descriptor _ length (6102.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # disposition (6102.0) -
@todo
...@todo
キーの disposition 値を返します。
(REG_CREATED_NEW_KEY または REG_OPENED_EXISTING_KEY)... -
Win32
:: Registry # inspect (6102.0) -
@todo
@todo -
Win32
:: Registry # open(subkey , desired = KEY _ READ , opt = REG _ OPTION _ RESERVED) (6102.0) -
@todo
...@todo
Win32::Registry.open(self, subkey, desired, opt) と同じです。... -
Win32
:: Registry # open? (6102.0) -
@todo
@todo -
Win32
:: Registry # opened? (6102.0) -
@todo
@todo
キーがまだ閉じられていない場合,真を返します。 -
Win32
:: Registry # parent (6102.0) -
@todo
...@todo
親のキーを表す Win32::Registry オブジェクトを返します。
定義済キーでは nil を返します。... -
Win32
:: Registry # read _ s _ expand(name) (6102.0) -
@todo
...@todo
型が REG_SZ または REG_EXPAND_SZ であるレジストリ値 name を読み,
その値を返します。
型が REG_EXPAND_SZ だった場合,環境変数が置換された値が返ります。
REG_SZ または REG_EXPAND_SZ 以外だった場合,TypeError が発生します。...