720件ヒット
[1-100件を表示]
(0.050秒)
別のキーワード
種類
- インスタンスメソッド (492)
- 特異メソッド (120)
- 定数 (108)
ライブラリ
-
win32
/ registry (720)
キーワード
-
HKEY
_ CLASSES _ ROOT (12) -
HKEY
_ CURRENT _ CONFIG (12) -
HKEY
_ CURRENT _ USER (12) -
HKEY
_ DYN _ DATA (12) -
HKEY
_ LOCAL _ MACHINE (12) -
HKEY
_ PERFORMANCE _ DATA (12) -
HKEY
_ PERFORMANCE _ NLSTEXT (12) -
HKEY
_ PERFORMANCE _ TEXT (12) -
HKEY
_ USERS (12) - [] (12)
- []= (12)
-
_ dump (12) - close (12)
- create (36)
- 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)
- new (24)
-
num
_ keys (12) -
num
_ values (12) - open (36)
- open? (12)
- opened? (12)
- parent (12)
- read (12)
-
read
_ bin (12) -
read
_ i (12) -
read
_ s (12) - time2wtime (12)
-
to
_ s (12) - type2name (12)
- write (12)
-
write
_ bin (12) -
write
_ i (12) -
write
_ s (12) - wtime (12)
- wtime2time (12)
検索結果
先頭5件
-
Win32
:: Registry # descriptor _ length (6101.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # max _ key _ length (6101.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # max _ value _ length (6101.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # max _ value _ name _ length (6101.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry :: HKEY _ CURRENT _ CONFIG -> Win32 :: Registry (6101.0) -
@todo
...@todo
それぞれの定義済キーを表す Win32::Registry オブジェクトです。
詳細は以下の MSDN Library を参照してください。
* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp... -
Win32
:: Registry # create(subkey , desired = KEY _ ALL _ ACCESS , opt = REG _ OPTION _ RESERVED) (3101.0) -
@todo
...@todo
Win32::Registry.create(self, subkey, desired, opt) と同じです。... -
Win32
:: Registry # open(subkey , desired = KEY _ READ , opt = REG _ OPTION _ RESERVED) (3101.0) -
@todo
...@todo
Win32::Registry.open(self, subkey, desired, opt) と同じです。... -
Win32
:: Registry . create(key , subkey , desired = KEY _ ALL _ ACCESS , opt = REG _ OPTION _ RESERVED) (3101.0) -
@todo
...ey を作成し,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)
サブキーが既に存在......していればキーはただ開かれ,Win32::Registry#created?
メソッドが false を返します。
ブロックが与えられると,キーは自動的に閉じられます。... -
Win32
:: Registry . create(key , subkey , desired = KEY _ ALL _ ACCESS , opt = REG _ OPTION _ RESERVED) {|reg| . . . } (3101.0) -
@todo
...ey を作成し,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)
サブキーが既に存在......していればキーはただ開かれ,Win32::Registry#created?
メソッドが false を返します。
ブロックが与えられると,キーは自動的に閉じられます。...