るりまサーチ (Ruby 3.3)

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

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_dev
  3. etc sc_2_c_bind
  4. tracer display_c_call
  5. tracer display_c_call?

ライブラリ

キーワード

検索結果

<< 1 2 > >>

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

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

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

Win32::Registry::HKEY_CLASSES_ROOT -> 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_CURRENT_CONFIG -> 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_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_LOCAL_MACHINE -> 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_NLSTEXT -> 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.create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) (27391.0)

@todo

@todo

レジストリキー key 下にキー subkey を作成し,
開いたキーを表す 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| ... } (27391.0)

@todo

@todo

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

サブキーが既に存在していればキーはただ開かれ,Win32::Registry#created?
メソッドが false を返します。

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

絞り込み条件を変える

URI::Generic#registry=(s) (27388.0)

自身の registry を設定します。

自身の registry を設定します。

@param s 自身の registry を表す文字列を指定します。

@raise URI::InvalidComponentError 不正な引数 s に対して発生します。

@raise URI::InvalidURIError server 部と registry を同時に設定した場合に発生します。

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

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

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

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

@todo

@todo

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

Win32::Registry#created? (27319.0)

@todo

@todo

キーが新しく作成された場合,真を返します。
(⇒Win32::Registry.create)

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

@todo

@todo

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

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

絞り込み条件を変える

Win32::Registry::Constants::HKEY_CLASSES_ROOT (27319.0)

@todo

@todo

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

Win32::Registry::Constants::HKEY_CURRENT_CONFIG (27319.0)

@todo

@todo

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

Win32::Registry::Constants::HKEY_CURRENT_USER (27319.0)

@todo

@todo

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

Win32::Registry::Constants::HKEY_LOCAL_MACHINE (27319.0)

@todo

@todo

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

Win32::Registry::Constants::HKEY_PERFORMANCE_DATA (27319.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry::Constants::HKEY_PERFORMANCE_NLSTEXT (27319.0)

@todo

@todo

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

Win32::Registry::Constants::HKEY_PERFORMANCE_TEXT (27319.0)

@todo

@todo

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

Win32::Registry::Constants::REG_CREATED_NEW_KEY (27319.0)

@todo

@todo

キーが新しく作られたか、既存キーが開かれたか。
Win32::Registry#disposition メソッドも参照してください。

Win32::Registry#close (27301.0)

@todo

@todo

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

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

Win32::Registry#descriptor_length (27301.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry#each {|name, type, value| ... } (27301.0)

@todo

@todo

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

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

@todo

@todo

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

Win32::Registry#inspect (27301.0)

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

Win32::Registry::API::RegCloseKey (27301.0)

@todo

@todo

Win32::Registry::API::RegCreateKeyExA (27301.0)

@todo

@todo

Win32::Registry::Constants::KEY_ALL_ACCESS (27301.0)

@todo

@todo

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

Win32::Registry::Constants::KEY_CREATE_LINK (27301.0)

@todo

@todo

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

Win32::Registry::Constants::KEY_CREATE_SUB_KEY (27301.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry::Constants::KEY_EXECUTE (27301.0)

@todo

@todo

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

Win32::Registry::Constants::REG_FORCE_RESTORE (27301.0)

@todo

@todo

Win32::Registry::Constants::REG_FULL_RESOURCE_DESCRIPTOR (27301.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_OPTION_BACKUP_RESTORE (27301.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_CREATE_LINK (27301.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_RESOURCE_LIST (27301.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_RESOURCE_REQUIREMENTS_LIST (27301.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Error#code (27301.0)

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants (27037.0)

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

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

* Registry: http://msdn.microsoft.com/library/en-us/sysinfo/base/registry.asp

Win32::Registry::HKEY_DYN_DATA -> Win32::Registry (18346.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 (18346.0)

@todo

@todo

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

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

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

URI::Generic.component -> [Symbol] (18319.0)

URI の構成要素を表すシンボルの配列を返します。

URI の構成要素を表すシンボルの配列を返します。

require 'uri'
p URI::Generic.component
p URI::MailTo.component

# => [:scheme, :userinfo, :host, :port, :registry, :path, :opaque, :query, :fragment]
# => [:scheme, :to, :headers]

win32/registry (18223.0)

win32/registry は Win32 プラットフォームでレジストリをアクセスするための ライブラリです。Win32 API の呼び出しに Win32API を使います。

win32/registry は Win32 プラットフォームでレジストリをアクセスするための
ライブラリです。Win32 API の呼び出しに Win32API を使います。

//emlist{
require 'win32/registry'

Win32::Registry::HKEY_CURRENT_USER.open('SOFTWARE\foo') do |reg|
value = reg['foo'] # 値の読み込み
value = reg['foo', Win32::Registry::REG_SZ] ...

絞り込み条件を変える

Win32::Registry::Constants::HKEY_DYN_DATA (18019.0)

@todo

@todo

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

Win32::Registry::Constants::HKEY_USERS (18019.0)

@todo

@todo

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

Win32::Registry::Constants::REG_OPENED_EXISTING_KEY (18019.0)

@todo

@todo

キーが新しく作られたか、既存キーが開かれたか。
Win32::Registry#disposition メソッドも参照してください。

Win32::Registry#max_key_length (18001.0)

@todo

@todo

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

Win32::Registry#max_value_length (18001.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry#max_value_name_length (18001.0)

@todo

@todo

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

Win32::Registry#num_keys (18001.0)

@todo

@todo

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

Win32::Registry#num_values (18001.0)

@todo

@todo

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

Win32::Registry#wtime (18001.0)

@todo

@todo

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

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

Win32::Registry::API::RegDeleteKey (18001.0)

@todo

@todo

Win32::Registry::API::RegDeleteValue (18001.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API::RegEnumKeyExA (18001.0)

@todo

@todo

Win32::Registry::API::RegEnumValueA (18001.0)

@todo

@todo

Win32::Registry::API::RegFlushKey (18001.0)

@todo

@todo

Win32::Registry::API::RegOpenKeyExA (18001.0)

@todo

@todo

Win32::Registry::API::RegQueryInfoKey (18001.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API::RegQueryValueExA (18001.0)

@todo

@todo

Win32::Registry::API::RegSetValueExA (18001.0)

@todo

@todo

Win32::Registry::Constants::KEY_ENUMERATE_SUB_KEYS (18001.0)

@todo

@todo

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

Win32::Registry::Constants::KEY_NOTIFY (18001.0)

@todo

@todo

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

Win32::Registry::Constants::KEY_QUERY_VALUE (18001.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry::Constants::KEY_READ (18001.0)

@todo

@todo

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

Win32::Registry::Constants::KEY_SET_VALUE (18001.0)

@todo

@todo

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

Win32::Registry::Constants::KEY_WRITE (18001.0)

@todo

@todo

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

Win32::Registry::Constants::MAX_KEY_LENGTH (18001.0)

@todo

@todo

Win32::Registry::Constants::MAX_VALUE_LENGTH (18001.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_BINARY (18001.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD (18001.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD_BIG_ENDIAN (18001.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD_LITTLE_ENDIAN (18001.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_EXPAND_SZ (18001.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_LEGAL_OPTION (18001.0)

@todo

@todo

Win32::Registry::Constants::REG_LINK (18001.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_MULTI_SZ (18001.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_NONE (18001.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_NO_LAZY_FLUSH (18001.0)

@todo

@todo

絞り込み条件を変える

<< 1 2 > >>