るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
78件ヒット [1-78件を表示] (0.040秒)

別のキーワード

  1. openssl p
  2. openssl p=
  3. fileutils mkdir_p
  4. dh p
  5. rsa p

検索結果

Win32::Registry.type2name(type) (18607.0)

@todo

@todo

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

Win32::Registry#_dump (18307.0)

@todo

@todo

Win32::Registry#descriptor_length (18307.0)

@todo

@todo

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

Win32::Registry#disposition (18307.0)

@todo

@todo

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

Win32::Registry#inspect (18307.0)

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

Win32::Registry#open? (18307.0)

@todo

@todo

Win32::Registry#opened? (18307.0)

@todo

@todo

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

Win32::Registry#parent (18307.0)

@todo

@todo

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

Win32::Registry#read_s_expand(name) (18307.0)

@todo

@todo

型が REG_SZ または REG_EXPAND_SZ であるレジストリ値 name を読み,
その値を返します。

型が REG_EXPAND_SZ だった場合,環境変数が置換された値が返ります。
REG_SZ または REG_EXPAND_SZ 以外だった場合,TypeError が発生します。

絞り込み条件を変える

Win32::Registry.expand_environ(str) (18307.0)

@todo

@todo

str の %\w+% という並びを環境変数に置換します。
REG_EXPAND_SZ で用いられます。

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

* ExpandEnvironmentStrings: http://msdn.microsoft.com/library/en-us/sysinfo/base/expandenvironmentstrings.asp

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

Win32::Registry::API::RegOpenKeyExA (18307.0)

@todo

@todo

Win32::Registry::Constants::REG_LEGAL_OPTION (18307.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_BACKUP_RESTORE (18307.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_CREATE_LINK (18307.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::REG_OPTION_NON_VOLATILE (18307.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_OPEN_LINK (18307.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_RESERVED (18307.0)

@todo

@todo

Win32::Registry::Constants::REG_OPTION_VOLATILE (18307.0)

@todo

@todo

Win32::Registry::API (18007.0)

絞り込み条件を変える

Win32::Registry::PredefinedKey (18007.0)

Win32::Registry.open(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) (9307.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| ... } (9307.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::API.#CreateKey(hkey, name, opt, desired) (9307.0)

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

Win32::Registry::Constants::HKEY_PERFORMANCE_DATA (9307.0)

@todo

@todo

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

Win32::Registry::Constants::HKEY_PERFORMANCE_NLSTEXT (9307.0)

@todo

@todo

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

Win32::Registry::Constants::HKEY_PERFORMANCE_TEXT (9307.0)

@todo

@todo

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

Win32::Registry::Constants::REG_EXPAND_SZ (9307.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_FULL_RESOURCE_DESCRIPTOR (9307.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_OPENED_EXISTING_KEY (9307.0)

@todo

@todo

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

Win32::Registry::HKEY_PERFORMANCE_DATA -> Win32::Registry (9307.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 (9307.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 (9307.0)

@todo

@todo

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

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

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

Win32::Registry#max_key_length (9007.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry#max_value_length (9007.0)

@todo

@todo

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

Win32::Registry#max_value_name_length (9007.0)

@todo

@todo

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

Win32::Registry#num_keys (9007.0)

@todo

@todo

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

Win32::Registry#num_values (9007.0)

@todo

@todo

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

Win32::Registry#wtime (9007.0)

@todo

@todo

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

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

Win32::Registry::API::RegCloseKey (9007.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API::RegCreateKeyExA (9007.0)

@todo

@todo

Win32::Registry::API::RegDeleteKey (9007.0)

@todo

@todo

Win32::Registry::API::RegDeleteValue (9007.0)

@todo

@todo

Win32::Registry::API::RegEnumKeyExA (9007.0)

@todo

@todo

Win32::Registry::API::RegEnumValueA (9007.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API::RegFlushKey (9007.0)

@todo

@todo

Win32::Registry::API::RegQueryInfoKey (9007.0)

@todo

@todo

Win32::Registry::API::RegQueryValueExA (9007.0)

@todo

@todo

Win32::Registry::API::RegSetValueExA (9007.0)

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

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

@todo

@todo

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

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

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

絞り込み条件を変える

Win32::Registry.new(key, subkey, desired = KEY_READ, opt = REG_OPTION_RESERVED) (607.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| ... } (607.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#[](name, wtype = nil) (307.0)

@todo

@todo

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

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

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

@todo

@todo

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

@todo

@todo

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

絞り込み条件を変える

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

@todo

@todo

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

Win32::Registry#read(name, *rtype) (307.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#write(name, type, data) (307.0)

@todo

@todo

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

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