るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
17件ヒット [1-17件を表示] (0.016秒)
トップページ > クエリ:expand[x] > バージョン:2.5.0[x] > ライブラリ:win32/registry[x]

別のキーワード

  1. rbconfig expand
  2. pathname expand_path
  3. file expand_path
  4. text expand_tabs
  5. _builtin expand_path

検索結果

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

@todo

@todo

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

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

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

@todo

@todo

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

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

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

Win32::Registry::Constants::REG_EXPAND_SZ (9310.0)

@todo

@todo

レジストリ値の型。

Win32::Registry#read(name, *rtype) (25.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::Constants::REG_BINARY (10.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_DWORD (10.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD_BIG_ENDIAN (10.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD_LITTLE_ENDIAN (10.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_FULL_RESOURCE_DESCRIPTOR (10.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_LINK (10.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_MULTI_SZ (10.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_NONE (10.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_QWORD (10.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_QWORD_LITTLE_ENDIAN (10.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_RESOURCE_LIST (10.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_RESOURCE_REQUIREMENTS_LIST (10.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_SZ (10.0)

@todo

@todo

レジストリ値の型。