32件ヒット
[1-32件を表示]
(0.068秒)
種類
- インスタンスメソッド (17)
- 定数 (9)
- 特異メソッド (6)
ライブラリ
-
win32
/ registry (32)
キーワード
-
HKEY
_ CLASSES _ ROOT (1) -
HKEY
_ CURRENT _ CONFIG (1) -
HKEY
_ CURRENT _ USER (1) -
HKEY
_ DYN _ DATA (1) -
HKEY
_ LOCAL _ MACHINE (1) -
HKEY
_ PERFORMANCE _ DATA (1) -
HKEY
_ PERFORMANCE _ NLSTEXT (1) -
HKEY
_ PERFORMANCE _ TEXT (1) -
HKEY
_ USERS (1) - close (1)
- create (3)
- created? (1)
-
delete
_ key (1) -
descriptor
_ length (1) - each (1)
-
each
_ key (1) -
each
_ value (1) - inspect (1)
-
max
_ key _ length (1) -
max
_ value _ length (1) -
max
_ value _ name _ length (1) - new (2)
-
num
_ keys (1) -
num
_ values (1) - open (2)
- read (1)
- write (1)
- wtime (1)
検索結果
先頭5件
- Win32
:: Registry . create(key , subkey , desired = KEY _ ALL _ ACCESS , opt = REG _ OPTION _ RESERVED) - Win32
:: Registry . create(key , subkey , desired = KEY _ ALL _ ACCESS , opt = REG _ OPTION _ RESERVED) {|reg| . . . } - Win32
:: Registry # close - Win32
:: Registry # create(subkey , desired = KEY _ ALL _ ACCESS , opt = REG _ OPTION _ RESERVED) - Win32
:: Registry # created?
-
Win32
:: Registry . create(key , subkey , desired = KEY _ ALL _ ACCESS , opt = REG _ OPTION _ RESERVED) (18322.0) -
@todo
...ey を作成し,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)
サブキーが既に存在... -
Win32
:: Registry . create(key , subkey , desired = KEY _ ALL _ ACCESS , opt = REG _ OPTION _ RESERVED) {|reg| . . . } (18322.0) -
@todo
...ey を作成し,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)
サブキーが既に存在... -
Win32
:: Registry # close (18304.0) -
@todo
@todo
開かれているキーを閉じます。
閉じられた後では,多くのメソッドは例外を発生します。 -
Win32
:: Registry # create(subkey , desired = KEY _ ALL _ ACCESS , opt = REG _ OPTION _ RESERVED) (18304.0) -
@todo
...@todo
Win32::Registry.create(self, subkey, desired, opt) と同じです。... -
Win32
:: Registry # created? (18304.0) -
@todo
...@todo
キーが新しく作成された場合,真を返します。
(⇒Win32::Registry.create)... -
Win32
:: Registry # descriptor _ length (18304.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # each {|name , type , value| . . . } (18304.0) -
@todo
@todo
キーが持つレジストリ値を列挙します。 -
Win32
:: Registry # each _ key {|subkey , wtime| . . . } (18304.0) -
@todo
...@todo
キーのサブキーを列挙します。
subkey はサブキーの名前を表す String です。
wtime は最終更新時刻を表す FILETIME (64-bit 整数) です。
(⇒Win32::Registry.wtime2time)... -
Win32
:: Registry # each _ value {|name , type , value| . . . } (18304.0) -
@todo
@todo
キーが持つレジストリ値を列挙します。 -
Win32
:: Registry # inspect (18304.0) -
@todo
@todo -
Win32
:: Registry :: HKEY _ CLASSES _ ROOT -> Win32 :: Registry (18304.0) -
@todo
...@todo
それぞれの定義済キーを表す Win32::Registry オブジェクトです。
詳細は以下の MSDN Library を参照してください。
* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp... -
Win32
:: Registry :: HKEY _ CURRENT _ CONFIG -> Win32 :: Registry (18304.0) -
@todo
...@todo
それぞれの定義済キーを表す Win32::Registry オブジェクトです。
詳細は以下の MSDN Library を参照してください。
* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp... -
Win32
:: Registry :: HKEY _ CURRENT _ USER -> Win32 :: Registry (18304.0) -
@todo
...@todo
それぞれの定義済キーを表す Win32::Registry オブジェクトです。
詳細は以下の MSDN Library を参照してください。
* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp... -
Win32
:: Registry :: HKEY _ LOCAL _ MACHINE -> Win32 :: Registry (18304.0) -
@todo
...@todo
それぞれの定義済キーを表す Win32::Registry オブジェクトです。
詳細は以下の MSDN Library を参照してください。
* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp... -
Win32
:: Registry :: HKEY _ PERFORMANCE _ DATA -> Win32 :: Registry (18304.0) -
@todo
...@todo
それぞれの定義済キーを表す Win32::Registry オブジェクトです。
詳細は以下の MSDN Library を参照してください。
* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp... -
Win32
:: Registry :: HKEY _ PERFORMANCE _ NLSTEXT -> Win32 :: Registry (18304.0) -
@todo
...@todo
それぞれの定義済キーを表す Win32::Registry オブジェクトです。
詳細は以下の MSDN Library を参照してください。
* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp... -
Win32
:: Registry :: HKEY _ PERFORMANCE _ TEXT -> Win32 :: Registry (18304.0) -
@todo
...@todo
それぞれの定義済キーを表す Win32::Registry オブジェクトです。
詳細は以下の MSDN Library を参照してください。
* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp... -
Win32
:: Registry # max _ key _ length (9004.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # max _ value _ length (9004.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # max _ value _ name _ length (9004.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # num _ keys (9004.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # num _ values (9004.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # wtime (9004.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry :: HKEY _ DYN _ DATA -> Win32 :: Registry (9004.0) -
@todo
...@todo
それぞれの定義済キーを表す Win32::Registry オブジェクトです。
詳細は以下の MSDN Library を参照してください。
* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp... -
Win32
:: Registry :: HKEY _ USERS -> Win32 :: Registry (9004.0) -
@todo
...@todo
それぞれの定義済キーを表す Win32::Registry オブジェクトです。
詳細は以下の MSDN Library を参照してください。
* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp... -
Win32
:: Registry # delete _ key(name , recursive = false) (304.0) -
@todo
@todo
サブキー name とそのキーが持つすべての値を削除します。
recursive が false の場合,そのサブキーはサブキーを持っていてはなりません。
true の場合,キーは再帰的に削除されます。 -
Win32
:: Registry # read(name , *rtype) (40.0) -
@todo
...返します。
name が nil の場合,(標準) レジストリ値が読み込まれます。
type はレジストリ値の型です。(⇒Win32::Registry::Constants)
data はレジストリ値のデータで,クラスは以下の通りです:
* REG_SZ, REG_EXPAND_SZ
String
* REG_MULTI_... -
Win32
:: Registry # write(name , type , data) (22.0) -
@todo
...e に型 type で data を書き込みます。
name が nil の場合,(標準) レジストリ値に書き込みます。
type はレジストリ値の型です。(⇒Win32::Registry::Constants)
data のクラスは Win32::Registry#read
メソッドに準じていなければなりません。... -
Win32
:: Registry . new(key , subkey , desired = KEY _ READ , opt = REG _ OPTION _ RESERVED) (22.0) -
@todo
...ubkey を開き,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)
desired はアクセスマ... -
Win32
:: Registry . new(key , subkey , desired = KEY _ READ , opt = REG _ OPTION _ RESERVED) {|reg| . . . } (22.0) -
@todo
...ubkey を開き,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)
desired はアクセスマ... -
Win32
:: Registry . open(key , subkey , desired = KEY _ READ , opt = REG _ OPTION _ RESERVED) (22.0) -
@todo
...ubkey を開き,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)
desired はアクセスマ... -
Win32
:: Registry . open(key , subkey , desired = KEY _ READ , opt = REG _ OPTION _ RESERVED) {|reg| . . . } (22.0) -
@todo
...ubkey を開き,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)
desired はアクセスマ...