るりまサーチ

最速Rubyリファレンスマニュアル検索!
216件ヒット [1-100件を表示] (0.019秒)
トップページ > クエリ:win32[x] > 種類:モジュール関数[x]

別のキーワード

  1. win32ole new
  2. win32ole to_s
  3. win32ole name
  4. win32ole ole_type
  5. win32ole ole_free

ライブラリ

クラス

モジュール

キーワード

検索結果

<< 1 2 3 > >>

Win32::Resolv.#get_resolv_info -> [[String], [String]] (3025.0)

ドメイン名とネームサーバを配列の配列で返します。

...します。

例:

require "win32/resolv"
p Win32::Resolv.get_resolv_info #=> [["my.example.com"], ["192.168.1.1"]]

設定されていない情報は nil になります。

# ドメイン名が設定されていない場合。
require "win32/resolv"
p Win32::Resolv.get_resolv_info #=> [...

Win32::Resolv.#get_hosts_path -> String | nil (3013.0)

hosts ファイルのパスを返します。ファイルが存在しない場合は nil を返します。

...hosts ファイルのパスを返します。ファイルが存在しない場合は nil を返します。

例:

require "win32/resolv"
p Win32::Resolv.get_hosts_path #=> "C:\Windows\System32\drivers\etc\hosts"...

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

@todo

@todo

Win32::Registry::API.#CreateKey(hkey, name, opt, desired) (3001.0)

@todo

@todo

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

@todo

@todo

絞り込み条件を変える

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo

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

@todo

@todo
<< 1 2 3 > >>