るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. psych psych_y
  2. kernel y
  3. psych y
  4. kernel psych_y
  5. y kernel

ライブラリ

キーワード

検索結果

<< 1 2 > >>

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

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

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

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

自身の registry を設定します。

自身の registry を設定します。

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

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

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

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

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

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

Win32::Registry::Constants::KEY_QUERY_VALUE (36601.0)

@todo

@todo

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

win32/registry (36139.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 (36001.0)

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_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_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::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.type2name(type) (27601.0)

@todo

@todo

レジストリ値の型を整数から可読文字列に変換します。

Win32::Registry#keyname (27337.0)

@todo

@todo

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

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_DYN_DATA (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::HKEY_USERS (27319.0)

@todo

@todo

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

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

@todo

@todo

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

Win32::Registry::Constants::REG_OPENED_EXISTING_KEY (27319.0)

@todo

@todo

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

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

@todo

@todo

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

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

絞り込み条件を変える

Win32::Registry#hkey (27301.0)

@todo

@todo

Win32::Registry#keys (27301.0)

@todo

@todo

Win32::Registry#max_key_length (27301.0)

@todo

@todo

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

Win32::Registry#num_keys (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.#DeleteKey(hkey, name) (27301.0)

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

Win32::Registry::API::RegDeleteKey (27301.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API::RegEnumKeyExA (27301.0)

@todo

@todo

Win32::Registry::API::RegFlushKey (27301.0)

@todo

@todo

Win32::Registry::API::RegOpenKeyExA (27301.0)

@todo

@todo

Win32::Registry::API::RegQueryInfoKey (27301.0)

@todo

@todo

Win32::Registry::API::RegQueryValueExA (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_ENUMERATE_SUB_KEYS (27301.0)

@todo

@todo

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

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

@todo

@todo

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

絞り込み条件を変える

Win32::Registry::Constants::KEY_NOTIFY (27301.0)

@todo

@todo

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

Win32::Registry::Constants::KEY_READ (27301.0)

@todo

@todo

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

Win32::Registry::Constants::KEY_SET_VALUE (27301.0)

@todo

@todo

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

Win32::Registry::Constants::KEY_WRITE (27301.0)

@todo

@todo

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

Win32::Registry::Constants::MAX_KEY_LENGTH (27301.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_BINARY (27301.0)

@todo

@todo

レジストリ値の型。

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

@todo

@todo

Win32::Registry::PredefinedKey (27001.0)

Win32::Registry.new(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) (18691.0)

@todo

@todo

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

desired はアクセスマスクです。opt はキーのオプションです。
詳細は以下の MSDN Library を参照してください。

* Registry Key Security and Access Rights: http://msdn.mic...

Win32::Registry.new(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) {|reg| ... } (18691.0)

@todo

@todo

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

desired はアクセスマスクです。opt はキーのオプションです。
詳細は以下の MSDN Library を参照してください。

* Registry Key Security and Access Rights: http://msdn.mic...

絞り込み条件を変える

Win32::Registry.open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) (18691.0)

@todo

@todo

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

desired はアクセスマスクです。opt はキーのオプションです。
詳細は以下の MSDN Library を参照してください。

* Registry Key Security and Access Rights: http://msdn.mic...

Win32::Registry.open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) {|reg| ... } (18691.0)

@todo

@todo

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

desired はアクセスマスクです。opt はキーのオプションです。
詳細は以下の MSDN Library を参照してください。

* Registry Key Security and Access Rights: http://msdn.mic...

Win32::Registry.create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) (18673.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| ... } (18673.0)

@todo

@todo

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

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

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

Win32::Registry#write(name, type, data) (18337.0)

@todo

@todo

レジストリ値 name に型 type で data を書き込みます。
name が nil の場合,(標準) レジストリ値に書き込みます。

type はレジストリ値の型です。(⇒Win32::Registry::Constants)
data のクラスは Win32::Registry#read
メソッドに準じていなければなりません。

絞り込み条件を変える

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

@todo

@todo

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

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

@todo

@todo

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

Win32::Registry#read(name, *rtype) (18319.0)

@todo

@todo

レジストリ値 name を読み,[ type, data ]
の配列で返します。
name が nil の場合,(標準) レジストリ値が読み込まれます。

type はレジストリ値の型です。(⇒Win32::Registry::Constants)
data はレジストリ値のデータで,クラスは以下の通りです:
* REG_SZ, REG_EXPAND_SZ
String
* REG_MULTI_SZ
String の配列
* REG_DWORD, REG_DWORD_BIG_ENDIAN, REG_QWORD
Integer
* REG_B...

Win32::Registry#[](name, wtype = nil) (18301.0)

@todo

@todo

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

オプション引数 wtype を指定した場合は,その型で書き込みます。
指定しなかった場合,value のクラスに応じて次の型で書き込みます:
* Integer
REG_DWORD
* String
REG_SZ
* Array
REG_MULTI_SZ

Win32::Registry#[]=(name, rtype, value = nil) (18301.0)

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

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

@todo

@todo

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

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

Win32::Registry::PredefinedKey.new(hkey, keyname) (18301.0)

@todo

@todo

Win32::Registry::Constants (18037.0)

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

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

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

Win32::Registry#created? (18019.0)

@todo

@todo

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

Win32::Registry#parent (18019.0)

@todo

@todo

親のキーを表す Win32::Registry オブジェクトを返します。
定義済キーでは nil を返します。

Win32::Registry#_dump (18001.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry#close (18001.0)

@todo

@todo

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

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

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

@todo

@todo

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

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

@todo

@todo

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

Win32::Registry#descriptor_length (18001.0)

@todo

@todo

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

Win32::Registry#disposition (18001.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry#flush (18001.0)

@todo

@todo

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

Win32::Registry#info (18001.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#inspect (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#name (18001.0)

@todo

@todo

キーのフルパスを 'HKEY_CURRENT_USER\SOFTWARE\foo\bar'
のような形で返します。

Win32::Registry#num_values (18001.0)

@todo

@todo

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

Win32::Registry#open? (18001.0)

@todo

@todo

Win32::Registry#opened? (18001.0)

@todo

@todo

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

Win32::Registry#read_bin(name) (18001.0)

@todo

@todo

型がそれぞれ REG_SZ(read_s), REG_DWORD(read_i), REG_BINARY(read_bin)
であるレジストリ値 name を読み,その値を返します。

型がマッチしなかった場合,TypeError が発生します。

絞り込み条件を変える

<< 1 2 > >>