るりまサーチ

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

別のキーワード

  1. _builtin constants
  2. module constants
  3. constants direct
  4. constants af_atm

検索結果

<< 1 2 3 > >>

File::Constants::CREAT -> Integer (9101.0)

ファイルがなければ作成するよう指定します。 File.openで使用します。

ファイルがなければ作成するよう指定します。
File.openで使用します。

Win32::Registry::Constants::REG_CREATED_NEW_KEY (9100.0)

@todo

@todo

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

Win32::Registry.create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) (6106.0)

@todo

...します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)

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

ブロックが与えられると,キーは自動的...

Win32::Registry.create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) {|reg| ... } (6106.0)

@todo

...します。
親のキーには定義済キー HKEY_* を使用できます (⇒Win32::Registry::Constants)

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

ブロックが与えられると,キーは自動的...

Win32::Registry::Constants::KEY_CREATE_LINK (6100.0)

@todo

@todo

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

絞り込み条件を変える

Win32::Registry::Constants::KEY_CREATE_SUB_KEY (6100.0)

@todo

@todo

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

Win32::Registry::Constants::REG_OPTION_CREATE_LINK (6100.0)

@todo

@todo

Win32::Registry::Constants::REG_OPENED_EXISTING_KEY (6000.0)

@todo

@todo

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

File::Constants::EXCL -> Integer (3016.0)

CREATと併用し、もしファイルが既にある場合には失敗します。 File.openで使用します。

...CREATと併用し、もしファイルが既にある場合には失敗します。
File.openで使用します。...
<< 1 2 3 > >>