るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
112件ヒット [1-100件を表示] (0.164秒)
トップページ > クエリ:l[x] > バージョン:2.6.0[x] > クエリ:i[x] > クエリ:registry[x]

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l
  5. $-l _builtin

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 > >>

URI::Generic#registry -> String | nil (72952.0)

自身の registry を文字列で返します。設定されていない場合は nil を返します。

自身の registry を文字列で返します。設定されていない場合は nil を返します。

Win32::Registry::HKEY_LOCAL_MACHINE -> Win32::Registry (46246.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

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

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

Win32::Registry::Constants::REG_WHOLE_HIVE_VOLATILE (45901.0)

@todo

@todo

Win32::Registry::Constants::HKEY_LOCAL_MACHINE (45619.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry#descriptor_length (45601.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry::Constants::KEY_CREATE_LINK (45601.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::REG_DWORD_LITTLE_ENDIAN (45601.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_FULL_RESOURCE_DESCRIPTOR (45601.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_LEGAL_OPTION (45601.0)

@todo

@todo

Win32::Registry::Constants::REG_LINK (45601.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_MULTI_SZ (45601.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_OPTION_CREATE_LINK (45601.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_NON_VOLATILE (45601.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_OPEN_LINK (45601.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_VOLATILE (45601.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_QWORD_LITTLE_ENDIAN (45601.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_RESOURCE_LIST (45601.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_RESOURCE_REQUIREMENTS_LIST (45601.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::PredefinedKey#class (45301.0)

@todo

@todo

Win32::Registry::PredefinedKey#close (45301.0)

@todo

@todo

絞り込み条件を変える

URI::Generic.use_registry -> bool (36952.0)

構成要素 registry を受け付けるなら true を返します。 URI::Generic クラスでは false です。

構成要素 registry を受け付けるなら true を返します。
URI::Generic クラスでは false です。

Win32::Registry::HKEY_CLASSES_ROOT -> Win32::Registry (36946.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 (36946.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 (36646.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

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

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

URI::Generic.build(ary) -> URI::Generic (36637.0)

引数で与えられた URI 構成要素から URI::Generic オブジェクトを生成します。

引数で与えられた URI 構成要素から URI::Generic オブジェクトを生成します。

@param ary 構成要素を表す配列を与えます。要素は以下の順です。
//emlist{
[scheme, userinfo, host, port, registry, path, opaque, query, fragment]
//}

@param hash 構成要素を表すハッシュを与えます。ハッシュのキーはシンボルは以下のいずれかです。
ハッシュの値は文字列で与えます。
//emlist{
:scheme ,:userinfo, :...

絞り込み条件を変える

URI::Generic.build(hash) -> URI::Generic (36637.0)

引数で与えられた URI 構成要素から URI::Generic オブジェクトを生成します。

引数で与えられた URI 構成要素から URI::Generic オブジェクトを生成します。

@param ary 構成要素を表す配列を与えます。要素は以下の順です。
//emlist{
[scheme, userinfo, host, port, registry, path, opaque, query, fragment]
//}

@param hash 構成要素を表すハッシュを与えます。ハッシュのキーはシンボルは以下のいずれかです。
ハッシュの値は文字列で与えます。
//emlist{
:scheme ,:userinfo, :...

URI::Generic.build2(ary) -> URI::Generic (36637.0)

URI::Generic.build と同じですが、例外 URI::InvalidComponentError が発生した場合に、引数の各要素を URI.escape して再度 build を試み ます。

URI::Generic.build と同じですが、例外 URI::InvalidComponentError
が発生した場合に、引数の各要素を URI.escape して再度 build を試み
ます。

@param ary 構成要素を表す文字列の配列を与えます。要素は以下の順です。
//emlist{
[scheme, userinfo, host, port, registry, path, opaque, query, fragment]
//}

@param hash 構成要素を表すハッシュを与えます。ハッシュのキーはシンボルは以下
のいず...

URI::Generic.build2(hash) -> URI::Generic (36637.0)

URI::Generic.build と同じですが、例外 URI::InvalidComponentError が発生した場合に、引数の各要素を URI.escape して再度 build を試み ます。

URI::Generic.build と同じですが、例外 URI::InvalidComponentError
が発生した場合に、引数の各要素を URI.escape して再度 build を試み
ます。

@param ary 構成要素を表す文字列の配列を与えます。要素は以下の順です。
//emlist{
[scheme, userinfo, host, port, registry, path, opaque, query, fragment]
//}

@param hash 構成要素を表すハッシュを与えます。ハッシュのキーはシンボルは以下
のいず...

Win32::Registry#write_bin(name, value) (36622.0)

@todo

@todo

レジストリ値 name に value を書き込みます。

レジストリ値の型はそれぞれ REG_SZ(write_s), REG_DWORD(write_i),
REG_BINARY(write_bin) です。

Win32::Registry#write_i(name, value) (36622.0)

@todo

@todo

レジストリ値 name に value を書き込みます。

レジストリ値の型はそれぞれ REG_SZ(write_s), REG_DWORD(write_i),
REG_BINARY(write_bin) です。

絞り込み条件を変える

Win32::Registry#write_s(name, value) (36622.0)

@todo

@todo

レジストリ値 name に value を書き込みます。

レジストリ値の型はそれぞれ REG_SZ(write_s), REG_DWORD(write_i),
REG_BINARY(write_bin) です。

URI.split(url) -> [String | nil] (36619.0)

URI を要素に分割した文字列の配列を返します。

URI を要素に分割した文字列の配列を返します。

各要素の種類と順番は以下のとおりです。

* scheme
* userinfo
* host
* port
* registry
* path
* opaque
* query
* fragment

@param url パースしたい URI を文字列として与えます。

@raise URI::InvalidURIError パースに失敗した場合に発生します。

例:
require 'uri'
p URI.split("http://www.ruby-lang.org/")
#=> ["...

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

@todo

@todo

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

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

Win32::Registry::API.#EnumValue(hkey, index) (36601.0)

@todo

@todo

Win32::Registry::API.#SetValue(hkey, name, type, data, size) (36601.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::HKEY_CLASSES_ROOT (36319.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::HKEY_CURRENT_CONFIG (36319.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::HKEY_PERFORMANCE_NLSTEXT (36319.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry#close (36301.0)

@todo

@todo

開かれているキーを閉じます。

閉じられた後では,多くのメソッドは例外を発生します。

Win32::Registry#delete(name) (36301.0)

@todo

@todo

レジストリ値 name を削除します。
(標準) レジストリ値を削除することはできません。

絞り込み条件を変える

Win32::Registry#delete_value(name) (36301.0)

@todo

@todo

レジストリ値 name を削除します。
(標準) レジストリ値を削除することはできません。

Win32::Registry#flush (36301.0)

@todo

@todo

キーの全てのデータをレジストリファイルに書き込みます。

Win32::Registry#max_key_length (36301.0)

@todo

@todo

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

Win32::Registry#max_value_length (36301.0)

@todo

@todo

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

Win32::Registry#max_value_name_length (36301.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry#num_values (36301.0)

@todo

@todo

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

Win32::Registry#wtime (36301.0)

@todo

@todo

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

Win32::Registry::API.#CloseKey(hkey) (36301.0)

@todo

@todo

Win32::Registry::API.#DeleteKey(hkey, name) (36301.0)

@todo

@todo

Win32::Registry::API.#DeleteValue(hkey, name) (36301.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#FlushKey(hkey) (36301.0)

@todo

@todo

Win32::Registry::API.#QueryInfoKey(hkey) (36301.0)

@todo

@todo

Win32::Registry::API.#QueryValue(hkey, name) (36301.0)

@todo

@todo

Win32::Registry::API::RegCloseKey (36301.0)

@todo

@todo

Win32::Registry::API::RegDeleteKey (36301.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API::RegDeleteValue (36301.0)

@todo

@todo

Win32::Registry::API::RegEnumValueA (36301.0)

@todo

@todo

Win32::Registry::API::RegFlushKey (36301.0)

@todo

@todo

Win32::Registry::API::RegQueryInfoKey (36301.0)

@todo

@todo

Win32::Registry::API::RegQueryValueExA (36301.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API::RegSetValueExA (36301.0)

@todo

@todo

Win32::Registry::Constants::KEY_ALL_ACCESS (36301.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_NOTIFY (36301.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_QUERY_VALUE (36301.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_SET_VALUE (36301.0)

@todo

@todo

セキュリティアクセスマスク。

絞り込み条件を変える

Win32::Registry::Constants::KEY_WRITE (36301.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::MAX_KEY_LENGTH (36301.0)

@todo

@todo

Win32::Registry::Constants::MAX_VALUE_LENGTH (36301.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_BACKUP_RESTORE (36301.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_RESERVED (36301.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::STANDARD_RIGHTS_READ (36301.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::STANDARD_RIGHTS_WRITE (36301.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::HKEY_CURRENT_USER -> Win32::Registry (27646.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

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

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

Win32::Registry::HKEY_DYN_DATA -> Win32::Registry (27646.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 (27646.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 (27646.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 (27646.0)

@todo

@todo

それぞれの定義済キーを表す Win32::Registry オブジェクトです。

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

* Predefined Keys: http://msdn.microsoft.com/library/en-us/sysinfo/base/predefined_keys.asp

Win32::Registry#each_value {|name, type, value| ... } (27601.0)

@todo

@todo

キーが持つレジストリ値を列挙します。

Win32::Registry::API.#CreateKey(hkey, name, opt, desired) (27301.0)

@todo

@todo

Win32::Registry::API.#EnumKey(hkey, index) (27301.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#OpenKey(hkey, name, opt, desired) (27301.0)

@todo

@todo

Win32::Registry::API.#check(result) (27301.0)

@todo

@todo

Win32::Registry::Constants::REG_NO_LAZY_FLUSH (27301.0)

@todo

@todo

Win32::Registry::Constants::HKEY_CURRENT_USER (27019.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::HKEY_DYN_DATA (27019.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

絞り込み条件を変える

Win32::Registry::Constants::HKEY_PERFORMANCE_DATA (27019.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::HKEY_PERFORMANCE_TEXT (27019.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry::Constants::HKEY_USERS (27019.0)

@todo

@todo

定義済キー値。
これらは Integer で、Win32::Registry オブジェクトではありません。

Win32::Registry#num_keys (27001.0)

@todo

@todo

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

Win32::Registry::API.#packdw(dw) (27001.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#packqw(qw) (27001.0)

@todo

@todo

Win32::Registry::API.#unpackdw(dw) (27001.0)

@todo

@todo

Win32::Registry::API.#unpackqw(qw) (27001.0)

@todo

@todo

Win32::Registry::API::RegCreateKeyExA (27001.0)

@todo

@todo

Win32::Registry::API::RegEnumKeyExA (27001.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API::RegOpenKeyExA (27001.0)

@todo

@todo

Win32::Registry::Constants::KEY_CREATE_SUB_KEY (27001.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_ENUMERATE_SUB_KEYS (27001.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_EXECUTE (27001.0)

@todo

@todo

セキュリティアクセスマスク。

Win32::Registry::Constants::KEY_READ (27001.0)

@todo

@todo

セキュリティアクセスマスク。

絞り込み条件を変える

<< 1 2 > >>