るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
8件ヒット [1-8件を表示] (0.123秒)
トップページ > バージョン:2.3.0[x] > クエリ:t[x] > クエリ:open[x] > クラス:Win32::Registry[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

ライブラリ

キーワード

検索結果

Win32::Registry#open(subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) (63625.0)

@todo

...@todo

Win32::Registry
.open(self, subkey, desired, opt) と同じです。...

Win32::Registry.open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) (54610.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| ... } (54610.0)

@todo

...ubkey を開き,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)

desired はアクセスマ...

Win32::Registry#open? (27307.0)

@todo

@todo

Win32::Registry#opened? (27304.0)

@todo

@todo

キーがまだ閉じられていない場合,真を返します。

絞り込み条件を変える

Win32::Registry.new(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) (9310.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| ... } (9310.0)

@todo

...ubkey を開き,
開いたキーを表す Win32::Registry オブジェクトを返します。
key は親のキーを Win32::Registry オブジェクトで指定します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)

desired はアクセスマ...

Win32::Registry#keyname (9022.0)

@todo

...@todo

Win32::Registry
.open または Win32::Registry.create に指定された
subkey の値を返します。...