るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

検索結果

Win32::Registry::Constants::REG_MULTI_SZ (72604.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_BINARY (27304.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD (27304.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD_BIG_ENDIAN (27304.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_DWORD_LITTLE_ENDIAN (27304.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_EXPAND_SZ (27304.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_FULL_RESOURCE_DESCRIPTOR (27304.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_LINK (27304.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_NONE (27304.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_QWORD (27304.0)

@todo

@todo

レジストリ値の型。

絞り込み条件を変える

Win32::Registry::Constants::REG_QWORD_LITTLE_ENDIAN (27304.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_RESOURCE_LIST (27304.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_RESOURCE_REQUIREMENTS_LIST (27304.0)

@todo

@todo

レジストリ値の型。

Win32::Registry::Constants::REG_SZ (27304.0)

@todo

@todo

レジストリ値の型。

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) (9319.0)

@todo

@todo

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

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