るりまサーチ

最速Rubyリファレンスマニュアル検索!
720件ヒット [1-100件を表示] (0.050秒)
トップページ > クエリ:g[x] > クラス:Win32::Registry[x]

別のキーワード

  1. openssl g
  2. openssl g=
  3. dh g
  4. dsa g
  5. dh g=

ライブラリ

キーワード

検索結果

<< 1 2 3 ... > >>

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 を返します。

ブロックが与えられると,キーは自動的に閉じられます。...
<< 1 2 3 ... > >>