るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
16件ヒット [1-16件を表示] (0.163秒)
トップページ > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x] > クエリ:n[x] > クエリ:key[x] > クラス:Win32::Registry[x]

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n
  3. rsa n=
  4. openssl n
  5. openssl n=

ライブラリ

検索結果

Win32::Registry#keyname (36607.0)

@todo

...@todo

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

Win32::Registry#delete_key(name, recursive = false) (27610.0)

@todo

@todo

サブキー name とそのキーが持つすべての値を削除します。

recursive が false の場合,そのサブキーはサブキーを持っていてはなりません。
true の場合,キーは再帰的に削除されます。

Win32::Registry#each_key {|subkey, wtime| ... } (27610.0)

@todo

...@todo

キーのサブキーを列挙します。

subkey はサブキーの名前を表す String です。
wtime は最終更新時刻を表す FILETIME (64-bit 整数) です。
(⇒Win32::Registry.wtime2time)...

Win32::Registry#max_key_length (27610.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#num_keys (27610.0)

@todo

@todo

キー情報の個々の値を返します。

絞り込み条件を変える

Win32::Registry#hkey (27307.0)

@todo

@todo

Win32::Registry#keys (27307.0)

@todo

@todo

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

@todo

...@todo

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

Win32::Registry#disposition (18343.0)

@todo

@todo

キーの disposition 値を返します。
(REG_CREATED_NEW_KEY または REG_OPENED_EXISTING_KEY)

Win32::Registry#info (18325.0)

@todo

@todo

キー情報を以下の値の配列で返します:
* num_keys
サブキーの個数
* max_key_length
サブキー名の最大長
* num_values
値の個数
* max_value_name_length
値の名前の最大長
* max_value_length
値の最大長
* descriptor_length
セキュリティ記述子の長さ
* wtime
最終更新時刻 (FILETIME)

詳細は以下の Win32 API を参照してください。

* RegQueryInfoKey: h...

絞り込み条件を変える

Win32::Registry#descriptor_length (18310.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#max_value_length (18310.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#max_value_name_length (18310.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#num_values (18310.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#create(subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) (9910.0)

@todo

...@todo

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

絞り込み条件を変える

Win32::Registry#wtime (9010.0)

@todo

@todo

キー情報の個々の値を返します。